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=2640&classid=13&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: 1746166078, nonceStr: 'Mx3cxGG9lVpMq26s', signature: 'a526b31577a070cb41bd8cc1c065d7ded0156cb6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\u62a4\u7406\u90e8:\u540c\u547c\u5438\uff0c\u5171\u5fc3\u8df3","smalltext":" \u4f5c\u4e3a\u5168\u56fd\u9996\u5bb6\u4e2d\u6e2f\u5408\u4f5c\u6539\u9769\u8bd5\u70b9\u533b\u9662\uff0c\u62a4\u7406\u90e8\u5728\u4e2d\u6e2f\u6587\u5316\u80cc\u666f\u4e0b\uff0c\u5c06\u4e24\u5730\u4eba\u6587\u7ba1\u7406\u7cbe\u795e\u878d\u5165\u62a4\u7406\u5de5\u4f5c\uff0c\u6253\u9020\u51fa\u4e00\u652f\u6e29\u6696\u3001\u5408\u4f5c\u3001\u9ad8\u6548\u7684\u62a4\u7406\u56e2\u961f\u3002\u2014\u2014\u56e2\u961f\u7cbe\u795e\u4e0e\u7ba1\u7406\u7406\u5ff5\u2014\u2014\u56e2\u961f\u7406\u5ff5\uff1a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2640"}; 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 () { } }); }); }