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=1447&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: 1747190855, nonceStr: '4NKxLmdeHEivSRVE', signature: 'c7fa4b732b5fb63ccba0087059039d3283666fcb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/58b610fbd2f14d12830c7abb2e3f1408.jpg","title":"\u4fdd\u5b9a\u5e02\uff1a\u536b\u6559\u8054\u624b\u6297\u51fb\u827e\u6ecb\uff0c\u9632\u827e\u5ba3\u4f20\u8fdb\u6821\u56ed","smalltext":"12\u67081\u65e5\u662f\u7b2c32\u4e2a\u201c\u4e16\u754c\u827e\u6ecb\u75c5\u65e5\u201d\u3002\u5f53\u65e5\u4e0a\u5348\uff0c\u7531\u4fdd\u5b9a\u5e02\u536b\u751f\u5065\u5eb7\u59d4\uff08\u9632\u827e\u529e\uff09\u3001\u5e02\u6559\u80b2\u5c40\uff08\u9ad8\u6821\u529e\uff09\u3001\u519c\u5de5\u515a\u4fdd\u5b9a\u5e02\u59d4\u4e3b\u529e\uff0c\u9a7b\u4fdd\u9ad8\u6821\u3001\u804c\u4e1a\u5b66\u6821\u3001\u5e02\u75be\u63a7\u4e2d\u5fc3\u3001\u5e02\u4f20\u67d3\u75c5\u533b\u9662\u3001\u5e02\u9884\u9632\u533b\u5b66\u4f1a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1447"}; 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 () { } }); }); }