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=827&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: 1746982424, nonceStr: 'QsdOJi8p6x75UfR6', signature: '61f88a623b9fa05ec15d500cac874f35767654eb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/ebb7755641fab47e3cfe12334552b9ea.png","title":"\u5e38\u5dde\u4e00\u9662:\u5efa\u7b51\u5de5\u4eba\u88ab1\u7c73\u591a\u94a2\u7b4b\u523a\u5165\u80f8\u53e3\uff0c\u533b\u62a4\u4eba\u5458\u751f\u6b7b\u8425\u6551\uff01","smalltext":"\u6700\u8fd1\uff0c\u5e38\u5dde\u4e00\u9662\u6025\u8bca\u6536\u6cbb\u4e86\u4e00\u540d\u88ab\u4e00\u7c73\u591a\u94a2\u7b4b\u523a\u5165\u80f8\u53e3\u7684\u5efa\u7b51\u5de5\u4eba,\u533b\u62a4\u548c\u6d88\u9632\u4eba\u5458\u5c55\u5f00\u7d27\u6025\u6551\u6cbb\u3002\u4e0a\u53488\u70b9\u591a\uff0c\u5e38\u5dde\u4e00\u9662\u6025\u8bca\u95e8\u53e3\u4e00\u8f86\u6551\u62a4\u8f66\u547c\u5578\u800c\u81f3\uff0c\u88ab\u7d27\u6025\u9001\u5f80\u62a2\u6551\u5ba4\u7684\u5434\u5148\u751f\u8ba9\u73b0\u573a\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=827"}; 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 () { } }); }); }