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=1313&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: 1747193032, nonceStr: 'XtucQi7UvwnHprvp', signature: 'a44f12a81dab5e02ddea41faf6a147e0da411bb5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/156ca2ca482f1fbce681c31c2d7a4a91.jpg","title":"\u534e\u5c71\u533b\u9662\uff1a\u4ece\u6cbb\u7597\u75be\u75c5\u5230\u5173\u6000\u751f\u547d\uff0c\u4e00\u573a\u4ece\u963f\u5c14\u5179\u6d77\u9ed8\u75c7\u5f00\u59cb\u7684\u533b\u5b66\u4eba\u6587\u5bf9\u8bdd","smalltext":"10\u670829\u65e5\u665a\uff0c\u5728\u534e\u5c71\u533b\u9662\u7684\u82b1\u56ed\u5927\u5385\u6e29\u6696\u800c\u660e\u4eae\uff0c\u7eaa\u5f55\u7247\u300a\u6211\u53ea\u8ba4\u8bc6\u4f60\u300b\u5bfc\u6f14\u8d75\u9752\u3001\u534e\u5c71\u533b\u9662\u8001\u5e74\u533b\u5b66\u79d1\u6559\u6388\u9ec4\u5ef6\u7131\u3001\u533b\u52a1\u5de5\u4f5c\u8005\u3001\u8bb0\u5fc6\u969c\u788d\u60a3\u8005\u5bb6\u5c5e\u3001\u793e\u533a\u5c45\u6c11\u7b49\u7b4960\u4f59\u4eba\u6c47\u805a\u4e00\u5802\uff0c\u4ece\u963f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1313"}; 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 () { } }); }); }