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=4632&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: 1716105990, nonceStr: 'akWtIGDlHGrMJTua', signature: 'f7248a55bdae7ff04225933900af6b5c41de07d6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u7528\u884c\u52a8\u5f70\u663e\u6297\u75ab\u62c5\u5f53","smalltext":"\u6211\u533a\u4e24\u8f6e\u7684\u5168\u5458\u6838\u9178\u68c0\u6d4b\u5de5\u4f5c\u5df2\u7ed3\u675f\uff0c\u5404\u884c\u4e1a\u5de5\u4f5c\u4eba\u5458\u548c\u5e7f\u5927\u533b\u52a1\u5de5\u4f5c\u8005\u820d\u5c0f\u5bb6\u4e3a\u5927\u5bb6\uff0c\u52c7\u6311\u91cd\u62c5\uff0c\u5171\u540c\u7f14\u9020\u4e86\u201c\u70df\u53f0\u901f\u5ea6\u201d\u3002\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u5728\u4e24\u8f6e\u91c7\u6837\u5de5\u4f5c\u4e2d\u5171\u8ba1\u6d3e\u51fa\u5de5\u4f5c\u4eba\u5458\u8fd1300\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4632"}; 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 () { } }); }); }