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=956&classid=4&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: 1746120809, nonceStr: 'XqTop73WJNMlVRnV', signature: '5d86d6700c0607fdfe8bf28d75dde21bc01efb2e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/097a6bf6e069167db14cd15c61588bed.jpg","title":"\u5bb6\u5ead\u4e0e\u751f\u6d3b\u62a5\u4f0d\u65b9\u8389:\u5c06\u9632\u827e\u9752\u6625\u8fdb\u884c\u5230\u5e95","smalltext":"\u5f53\u4f60\u8001\u4e86\uff0c\u56de\u987e\u4e00\u751f\uff0c\u5c31\u4f1a\u53d1\u89c9\uff1a\u4ec0\u4e48\u65f6\u5019\u51fa\u56fd\u8bfb\u4e66\uff0c\u4ec0\u4e48\u65f6\u5019\u51b3\u5b9a\u505a\u7b2c\u4e00\u4efd\u804c\u4e1a\uff0c\u4f55\u65f6\u9009\u5b9a\u4e86\u5bf9\u8c61\u800c\u604b\u7231\uff0c\u4ec0\u4e48\u65f6\u5019\u7ed3\u5a5a\uff0c\u5176\u5b9e\u90fd\u662f\u547d\u8fd0\u7684\u5de8\u53d8\u3002\u53ea\u662f\u5f53\u65f6\u7ad9\u5728\u4e09\u5c94\u8def\u53e3\uff0c\u773c\u89c1\u98ce\u4e91\u5343\u6a2f\uff0c\u4f60\u4f5c\u51fa\u9009\u62e9\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=956"}; 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 () { } }); }); }