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=801&classid=11&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: 1714538423, nonceStr: '4w24MfXNmEKfDQz9', signature: 'e23e4ed097e8b5ce473df194fbaf9db1f3b29f04', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/217f700d193c0ccdd9a07ebca3d714b0.jpg","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u767e\u5e74\u533b\u8def \u4e3a\u7231\u540c\u884c","smalltext":"\u4eca\u5e74\u6070\u9022\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u8fce\u6765\u5efa\u9662100\u5468\u5e74\uff0c\u5728\u676d\u5d4a\u7c4d\u540d\u533b\u672c\u7740\u201c\u60c5\u7cfb\u6851\u6893 \u9020\u798f\u4e61\u91cc\u201d\u7684\u613f\u671b\uff0c\u5728\u676d\u5dde\u5d4a\u7c4d\u540c\u4e61\u8054\u8c0a\u4f1a\uff08\u676d\u5dde\u5e02\u5d4a\u5dde\u5546\u4f1a\uff09\u3001\u5d4a\u5dde\u5e02\u536b\u751f\u5065\u5eb7\u5c40\u7684\u7ec4\u7ec7\u4e0b\u56de\u5230\u5bb6\u4e61\u5d4a\u5dde\u5f00\u5c55\u201c\u767e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=801"}; 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 () { } }); }); }