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=4007&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: 1749324783, nonceStr: 'k4ANMUnsWShcteTQ', signature: '463b1cc909a2396f1b876ef9417e8f866720be4d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202102\/c218ade637953c90cc9272f18487dbae.jpg","title":"\u9547\u5df4\u53bf\u4e2d\u533b\u9662\uff1a\u75ab\u60c5\u9632\u63a7\u5728\u7530\u95f4\u5730\u5934","smalltext":"\u4e3a\u4e86\u5207\u5b9e\u505a\u597d\u519c\u6751\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\uff0c\u7acb\u6625\u5f53\u5929\uff0c\u9655\u897f\u7701\u6c49\u4e2d\u5e02\u9547\u5df4\u53bf\u4e2d\u533b\u9662\u533b\u7597\u5065\u5eb7\u5fd7\u613f\u8005\u6df1\u5165\u5230\u5e2e\u6276\u6751\uff0c\u4e3a\u6751\u6c11\u4eec\u53d1\u653e\u300a\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u5ba3\u4f20\u624b\u518c\u300b\u548c\u53e3\u7f69\uff0c\u6307\u5bfc\u4ed6\u4eec\u53e3\u7f69\u7684\u6b63\u786e\u4f69","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4007"}; 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 () { } }); }); }