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=1352&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: 1714394933, nonceStr: 'yvNLaX67ubpm78Qt', signature: 'ebbc7c435025e0e978e2932530753d3de2da2773', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/cb1f49772da14ef6062e14bafde80caf.jpg","title":"\u6cb3\u5357\u7701\u76f4\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u5fb7\u56fd\u810a\u67f1\u5927\u5e08\u5750\u8bca\u6cb3\u5357\u4f20\u6388\u4eba\u6587\u533b\u7597","smalltext":"2019\u5e7411\u67085\u65e5\u81f311\u65e5\uff0c\u56fd\u9645\u810a\u67f1\u5927\u5e08\u3001\u5fb7\u56fd\u9ad8\u9676\u52aa\u65af\u533b\u9662\u810a\u67f1\u5916\u79d1\u4e3b\u4efb\u4e39\u5c3c\u5c14\u00b7\u7f57\u68ee\u5854\u5c14\uff08Daniel J. Rosenthal\uff09\u6559\u6388\uff0c\u5e94\u9080\u5230\u6cb3\u5357\u7701\u76f4\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u62c5\u4efb\u56fd\u9645\u5ba2\u5ea7\u6559\u6388\uff0c\u5f00\u5c55\u4e00\u5468\u7684\u5b66\u672f\u4ea4\u6d41","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1352"}; 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 () { } }); }); }