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=728&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: 1746669128, nonceStr: 'phj59VHBFwL1F8Tv', signature: '45d1a4847ec1051c192f1bed494537be2bf458eb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/506d4fd131875b738e203cfbbb148325.jpg","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e00\u6839\u94f6\u9488\u6551\u56de\u8001\u8005\uff0c\u4e2d\u533b\u795e\u5947\u8ba9\u4eba\u70b9\u8d5e","smalltext":"6\u670811\u65e5\u65e98\u70b921\u5206\uff0c\u4e00\u4f4d\u8001\u4eba\u5728\u5bb6\u4eba\u7684\u966a\u4f34\u4e0b\u5230\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u5c31\u8bca\u3002\u5728\u4e58\u5750\u7535\u68af\u4e0b\u697c\u9014\u4e2d\uff0c\u8001\u4eba\u7a81\u53d1\u660f\u53a5\u3002\u5bb6\u4eba\u8d76\u7d27\u5c06\u8001\u4eba\u6276\u51fa\u7535\u68af\uff0c\u5e76\u5927\u58f0\u547c\u6551\u3002\u533b\u9662\u5eb7\u590d\u533b\u5b66\u79d1\u4e3b\u4efb\u4e8e\u4e3d\u534e\u542c\u5230\u547c\u6551\u58f0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=728"}; 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 () { } }); }); }