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=1455&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: 1747193557, nonceStr: 'oPe3Rf8Mso25cyyZ', signature: '0617ddc94ef72a18113b7fbd7cc73b4e8952e675', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/4ef4868d1d8a78b42522c0feafd127e2.jpg","title":"\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\uff1a\u4e00\u540d\u8d74\u83b1\u7d22\u6258\u63f4\u5916\u533b\u751f\u7684\u6545\u4e8b","smalltext":"\u5f20\u633a\uff0c\u4eca\u5e7436\u5c81\uff0c\u662f\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\u4e00\u540d\u9ebb\u9189\u79d1\u533b\u751f\uff0c\u4ece\u4e8b\u9ebb\u9189\u5de5\u4f5c\u5df2\u670913\u5e74\u3002\u80fd\u591f\u6210\u4e3a\u6e56\u5317\u7701\u7b2c14\u6279\u63f4\u52a9\u83b1\u7d22\u6258\u7684\u533b\u7597\u961f\u5458\uff0c\u4f5c\u4e3a\u4e00\u540d\u533b\u751f\uff0c\u4e5f\u80fd\u4e3a\u7956\u56fd\u4e89\u5149\uff0c\u6211\u611f\u5230\u5341\u5206\u8363\u5e78\u3002\u4e34\u884c\u4e4b\u524d\uff0c\u9ebb\u9189\u79d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1455"}; 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 () { } }); }); }