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=3878&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: 1716043073, nonceStr: 'xlYdnjbBvSZzhvuW', signature: 'dc3f27e65b08b77e13b012e43546c444c6ec38b8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u9526\u65d7\u80cc\u540e\u7684\u8d23\u4efb\u4e0e\u62c5\u5f53","smalltext":"\u201c\u6ca1\u6709\u60a8\u4eec\u7684\u53ca\u65f6\u6551\u6cbb\uff0c\u6211\u7236\u4eb2\u6050\u6015\u547d\u90fd\u6ca1\u4e86\u3002\u201d12\u670822\u65e58:10\uff0c\u5c48\u5973\u58eb\u5e26\u7740\u7236\u4eb2\u7684\u5fc3\u613f\u65e9\u65e9\u6765\u5230\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u8033\u9f3b\u54bd\u5589\u79d1\u533b\u751f\u529e\u516c\u5ba4\u6fc0\u52a8\u5730\u8bf4\u9053\u3002\u5c48\u5973\u58eb\u624b\u91cc\u62ff\u7740\u4e00\u9762\u9c9c\u8273\u7684\u9526\u65d7\uff0c\u53cc","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3878"}; 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 () { } }); }); }