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=3855&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: 1716053808, nonceStr: 't4BAVefVyq1CAGHD', signature: 'f1adeb643b6d5f24f49fa8bf39c19f09efaab3ac', 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\u4e00\u76cf\u706f\u7167\u4eae\u60a3\u8005\u7684\u5fc3","smalltext":"\u5728\u8457\u540d\u7684\u514b\u91cc\u7c73\u4e9a\u6218\u4e89\u4e2d\uff0c\u6709\u8fd9\u6837\u4e00\u4f4d\u5e74\u8f7b\u7684\u62a4\u58eb\uff0c\u767d\u5929\u534f\u52a9\u533b\u751f\u8fdb\u884c\u624b\u672f\uff0c\u62a4\u7406\u4f24\u5458\uff0c\u66ff\u58eb\u5175\u5bc4\u4fe1\uff0c\u7ed9\u4ed6\u4eec\u4ee5\u6170\u85c9;\u591c\u665a\u5219\u63d0\u7740\u4e00\u76cf\u5c0f\u5c0f\u7684\u6cb9\u706f\uff0c\u6cbf\u7740\u5d0e\u5c96\u7684\u5c0f\u8def\uff0c\u52304\u82f1\u91cc\u4e4b\u5916\u7684\u8425\u533a\u63a2\u89c6\u4f24\u75c5\u5458\uff0c\u5979","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3855"}; 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 () { } }); }); }