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=1517&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: 1747190936, nonceStr: 'ufrV22EP7olUndU6', signature: 'fc4b9ceb2b68b6198334109dd569653224b4b990', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/b0705e08f26b7712521031a24b2aead6.jpg","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6d41\u52a8\u5bfc\u533b\u771f\u60c5\u670d\u52a1 \u75c5\u4eba\u611f\u52a8\u9001\u6c34\u679c","smalltext":"2019\u5e7412\u670820\u65e5\u65e9\u6668\uff0c\u60a3\u8005\u670d\u52a1\u4e2d\u5fc3\u50cf\u5f80\u5e38\u4e00\u6837\u6709\u5e8f\u8fdb\u884c\u7740\u5bfc\u8bca\u53f0\u7684\u536b\u751f\u5de5\u4f5c\uff0c\u7a81\u7136\u6709\u4eba\u9012\u8fc7\u6765\u4e00\u888b\u6c34\u679c\uff0c\u4e00\u4e2a\u4e94\u5341\u51fa\u5934\u7684\u6df3\u6734\u7537\u4eba\u7b11\u5475\u5475\u7684\u6293\u7740\u5934\u8bf4\uff1a\u201c\u533b\u751f\u5440\uff0c\u8fd9\u91cc\u6709\u51e0\u4e2a\u897f\u756a\u83b2\u7ed9\u4f60\u4eec\u5c1d\u5c1d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1517"}; 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 () { } }); }); }