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=2207&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: 1714776105, nonceStr: 'Jdjv9XtHuk2PGUML', signature: '979c0bc52b84890f31f835808906935cb0dbd5e2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/8b42e55219b8ff48203dbc6a2b500636.jpg","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u6211\u5728\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\u540e\u6e56\u9662\u533a\u633a\u597d\uff0c\u8bf7\u5927\u5bb6\u653e\u5fc3\uff01","smalltext":" 2\u670819\u65e5\u4e0b\u5348\uff0c\u7518\u8083\u4e2d\u533b\u836f\u5927\u5b66\u7b2c\u4e09\u9644\u5c5e\u533b\u9662 \u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u6d3e\u51fa\u624b\u672f\u5ba4\u62a4\u58eb\u8d75\u5f66\u7ea2\u9a70\u63f4\u6b66\u6c49\u3002\u8d75\u5f66\u7ea2\u4e0e\u5979\u7684\u961f\u5458\u4eec\u662f\u7518\u8083\u7701\u7b2c\u516d\u6279\u63f4\u52a9\u6e56\u5317\u533b\u7597\u961f\uff0c\u8fdb\u9a7b\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\u540e\u6e56\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2207"}; 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 () { } }); }); }