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=4261&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: 1714758771, nonceStr: '9yepiEYZGLsgHsIb', signature: 'd4bd93efaded7f9a430d0d9f884eb6e18a728b5f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u7231\u5fc3\u672c\u65e0\u4ef7\uff0c\u771f\u60c5\u6696\u4eba\u5fc3","smalltext":"4\u670813\u65e5\uff0c\u5728\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662\uff08\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff09\u5987\u79d1\u75c5\u623f\u51fa\u73b0\u4e86\u201c\u533b\u8005\u5927\u7231\u201d\u7684\u611f\u4eba\u4e00\u5e55 \u5987\u79d1\u533b\u62a4\u4eba\u5458\u5c06\u627f\u8f7d\u7740\u7231\u4e0e\u5e0c\u671b\u7684\u7231\u5fc3\u6b3e\u9012\u5230\u60a3\u8005\u963f\u67d0\u624b\u4e2d\uff0c\u8ba9\u5bb6\u5ead\u8d2b\u56f0\u7684\u5979\u611f\u53d7\u5230\u4e86\u767d\u8863\u5929\u4f7f\u7684\u7231","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4261"}; 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 () { } }); }); }