function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=2348&classid=10&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1744324109, nonceStr: 'mX6Fs2EWCMofGZlE', signature: '1f9f6f054d7cd1e7b69fcd5aead686ba255def16', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e8c\u533b\u9662\uff1a\u6e29\u6696\u6e29\u60c5\u6e29\u5ea6\u7528\u4eba\u6587\u70b9\u4eae\u533b\u9662","smalltext":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e8c\u533b\u9662\u3001\u80b2\u82f1\u513f\u7ae5\u533b\u9662\u4ee5\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\u4e3a\u6307\u5bfc\uff0c\u7d27\u6263\u201c\u515a\u5efa\u5f15\u9886\u6587\u5316\u3001\u6587\u5316\u63d0\u5347\u7ba1\u7406\u201d\u7684\u4e3b\u9898\uff0c\u575a\u6301\u4ee5\u5185\u5f3a\u7d20\u8d28\u3001\u5916\u5851\u5f62\u8c61\uff0c\u4fc3\u8fdb\u533b\u9662\u53c8\u597d\u53c8\u5feb\u53d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2348"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }