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=594&classid=3&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: 1716020132, nonceStr: 'esx6Y9qsThs4hd6L', signature: '7c107c8f480722049683d3ea0eea6f428907a222', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/c2658c126f19d6fb198688cd0f3791f7.jpg","title":"\u59d4\u5458\u6797\u6653\u9aa5\uff1a\u4f59\u6656\u5b88\u62a4\u8005\uff0c\u8ba9\u6b7b\u4ea1\u66f4\u52a0\u591a\u60c5","smalltext":"\u6797\u6653\u9aa5\uff0c\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e8c\u533b\u9662\u8840\u6db2\u80bf\u7624\u79d1\u4e3b\u6cbb\u533b\u5e08\uff0c\u533b\u5b66\u535a\u58eb\uff0c37\u2103\u751f\u547d\u652f\u6301\u9879\u76ee\u53d1\u8d77\u8005\uff0c\u4e3b\u8981\u56f4\u7ed5\u665a\u671f\u80bf\u7624\u60a3\u8005\u4e34\u7ec8\u5173\u6000\u65b9\u9762\u5f00\u5c55\u533b\u7597\u3001\u6559\u5b66\u548c\u7814\u7a76\uff0c\u52c7\u4e8e\u5c06\u533b\u7597\u4e0e\u516c\u76ca\u670d\u52a1\u76f8\u7ed3\u5408\uff0c\u5f00\u521b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=594"}; 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 () { } }); }); }