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=1042&classid=4&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: 1715757461, nonceStr: 'wupH7YZlGVDrkDoV', signature: '42be5710024587d65007fe217c93a99d6683e39b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/e4520cedbfb53915b8c80de43c410fd8.jpg","title":"\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5f20\u8273\uff1a\u76f8\u4fe1\uff0c\u6539\u53d8\u662f\u4e3a\u4e86\u66f4\u597d\uff01","smalltext":"2015\u5e744\u670814\u65e5\uff0c\u5f53\u6211\u8e0f\u5165\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u7684\u5927\u95e8\u65f6\uff0c\u4e0d\u7981\u6709\u4e9b\u611f\u6168\uff0c\u8fd9\u662f\u6211\u5de5\u4f5c\u5341\u4e8c\u5e74\u6765\u6362\u7684\u7b2c4\u4e2a\u5355\u4f4d\uff0c\u515a\u59d4\u526f\u4e66\u8bb0\u7684\u5c97\u4f4d\u662f\u6211\u7684\u7b2c\u5341\u4e2a\u5c97\u4f4d\uff0c\u6bcf\u4e00\u6b21\u8f6c\u5c97\u90fd\u662f\u5168\u65b0\u7684\u6311\u6218\uff0c\u6bcf\u4e00\u6b21\u6539\u53d8\u90fd\u662f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1042"}; 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 () { } }); }); }