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=972&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: 1715020392, nonceStr: 'oNORdjsmNxX9B0iS', signature: 'f3cc2373a157cdccb4fd53f5a9d9a7a1371a56a1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/ce41566839e855a0cf65eeafc8dae976.jpg","title":"\u53f0\u5dde\u533b\u9662\u8a79\u59ae\u5a1c\uff1a\u539f\u6765\u5f53\u62a4\u58eb\u7684\u6211\u6760\u4e0a\u4e8637\u2103","smalltext":"\u7b2c\u4e00\u6b21\u63a5\u89e6\u4eba\u6587\u533b\u5b66\u90a3\u662f\u57282016\u5e74\u7684\u611f\u6069\u8282\u524d\u5915\u63d0\u7b14\u2014\u2014\u300a\u611f\u6069\u6211\u7684\u804c\u4e1a\uff1a\u505a\u62a4\u58eb\u662f\u4e00\u4ef6\u5f88\u5e78\u798f\u7684\u4e8b\u300b\u4f5c\u4e3a\u5904\u5973\u4f5c\u4e0a\u4e86\u4e2d\u56fd\u62a4\u7406\u7ba1\u7406\u7684\u4eba\u6587\u680f\uff0c\u90a3\u662f\u6211\u7b2c\u4e00\u6b21\u7528\u62a4\u58eb\u7684\u89d2\u8272\u53bb\u63cf\u8ff0\u81ea\u5df1\u76f8\u5904","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=972"}; 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 () { } }); }); }