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=3342&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: 1714774326, nonceStr: '0Kde4Hv18aeHwPzX', signature: 'ee820989daa322b77ba2310cf20d82ca40ddcd8d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202006\/9cdbb4a6fcc20139725c279b94114e95.jpg","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u533b\u8054\u4f53\uff1a\u7ed9\u5e7f\u897f\u5927\u5c71\u91cc\u7684\u5b69\u5b50\u5e26\u53bb\u6700\u6e29\u6696\u7684\u793c\u7269","smalltext":"\u51c0\u4ee3\u6751\u4f4d\u4e8e\u540c\u4e50\u82d7\u65cf\u4e61\uff0c\u8ddd\u79bb\u67f3\u5dde\u5e02155\u516c\u91cc\uff0c\u662f\u5e7f\u897f\u6781\u5ea6\u8d2b\u56f0\u6751\u3002\u516d\u4e00\u8282\u524d\u5915\uff0c\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u8054\u5408\u533b\u8054\u4f53\u5355\u4f4d\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4e09\u6c5f\u5206\u9662\u7684\u4e8c\u5341\u4f59\u4f4d\u533b\u7597\u5fd7\u613f\u8005\u8d70\u8fdb\u5c71\u533a\uff0c\u53d1\u6325\u4e1a\u52a1\u4e13\u957f\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3342"}; 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 () { } }); }); }