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=1321&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: 1747192011, nonceStr: 'DRJ8yinuuMTrSCWo', signature: '2b292c1b9223a56a9896090f47da307b2feacdcf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/3c757ab70093f0b8472553ade45282d5.jpg","title":"\u5ef6\u5b89\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u533b\u751f\u7528\u542c\u8bca\u5668\u4e0e\u516b\u65ec\u60a3\u8005\u4ea4\u6d41","smalltext":"11\u67081\u65e5\uff0c\u5ef6\u5b89\u5927\u5b66\u9644\u5c5e\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u4e3b\u6cbb\u533b\u5e08\u59dc\u6587\u5a1f\u6b63\u5728\u7528\u542c\u8bca\u5668\u4e0e\u60a3\u8005\u8fdb\u884c\u4ea4\u6d41\u3002\u636e\u4e86\u89e3\uff0c\u4eca\u5e7489\u5c81\u7684\u51af\u5927\u7237\u662f\u4e00\u540d\u79bb\u4f11\u5e72\u90e8\uff0c\u60a3\u6709\u7ed3\u80a0\u764c\uff0c\u672f\u540e\u51fa\u73b0\u80c3\u762b\u3001\u80ba\u90e8\u611f\u67d3\u5e76\u547c\u5438\u529f\u80fd\u8870\u7aed\uff0c\u8f6c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1321"}; 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 () { } }); }); }