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=654&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: 1746609768, nonceStr: 'iWmBVacUOSfUZ1bj', signature: '0b643d3dbede5d14030fb8d16bf76c96c95ea006', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/3fd0a51af73e29b54dbaea37adc267b6.jpg","title":"\u5df4\u5f66\u6dd6\u5c14\u5e02\u533b\u9662\uff1a\u4e0d\u4e00\u6837\u7684\u4e2d\u533b\u62dc\u5e08\u4eea\u5f0f","smalltext":"\u5e08\u627f\u6559\u80b2\u4f5c\u4e3a\u5343\u767e\u5e74\u6765\u4e2d\u533b\u836f\u4eba\u624d\u57f9\u517b\u7684\u4e3b\u8981\u6a21\u5f0f\uff0c\u5728\u4f20\u627f\u4e2d\u533b\u836f\u5b66\u672f\u601d\u60f3\u3001\u4e34\u5e8a\u7ecf\u9a8c\u548c\u6280\u672f\u4e13\u957f\u65b9\u9762\u4e00\u76f4\u53d1\u6325\u7740\u4e0d\u53ef\u66ff\u4ee3\u7684\u91cd\u8981\u4f5c\u7528\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=654"}; 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 () { } }); }); }