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=1804&classid=5&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: 1714662494, nonceStr: 'msT5BLGuVNadCevc', signature: '4af8fdc2e4d9f598dd24cdaf26cec5c8d45a9738', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91d1\u5802\u53bf\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u201c\u571f\u5473\u201d\u9632\u75abrap\u4e0a\u7ebf\uff0c\u91d1\u5802\u8bdd\u8ba9\u5065\u5eb7\u66f4\u6709\u4eba\u60c5\u5473","smalltext":"\u54e5\u8001\u500c\uff0c\u54e5\u8001\u500c\uff0c\u805a\u4f1a\u771f\u7684\u4e0d\u5e94\u8be5\u3002\u5404\u4eba\u5f85\u5728\u5bb6\u91cc\u55e8\uff0c\u5f53\u4e2a\u5c45\u5bb6\u5c0f\u4e56\u4e56\u3002\u786c\u662f\u5fc5\u987b\u8981\u51fa\u95e8\uff0c\u4e00\u5b9a\u5f53\u4e2a\u201c\u53e3\u7f69\u4eba\u201d.......\u8fd1\u65e5\uff0c\u5728\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u4e00\u7ebf\u6218\u6597\u7684\u91d1\u5802\u53bf\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u7684\u533b\u62a4\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1804"}; 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 () { } }); }); }