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=1177&classid=9&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: 1714452527, nonceStr: '8hZG0YXMhSJD3OCH', signature: '37331375d2829170bffc300bf9e583f820f879b9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/219b1bf605a7ada0f2c7cdfacc910882.jpg","title":"\u8457\u540d\u5987\u79d1\u80bf\u7624\u4e13\u5bb6\uff0c\u539f\u200b\u536b\u751f\u90e8\u526f\u90e8\u957f\u66f9\u6cfd\u6bc5\uff1a\u6211\u9047\u5230\u4e86\u4e00\u4e2a\u532a\u5937\u6240\u601d\u7684\u75c5\u4f8b","smalltext":"2019\u5e744\u6708\u5f00\u59cb\uff0c\u539f\u536b\u751f\u90e8\u526f\u90e8\u957f\u66f9\u6cfd\u6bc5\u5728\u300a\u751f\u547d\u65f6\u62a5\u300b\u533b\u8005\u8336\u5ea7\u7248\u5f00\u8bbe\u4e13\u680f\uff0c\u8bb2\u8ff0\u4ed6\u4e00\u751f\u4e2d\u7ecf\u5386\u7684\u91cd\u8981\u4e8b\u4ef6\u548c\u7531\u6b64\u6536\u83b7\u7684\u611f\u609f\u3002\u5728\u6700\u540e\u4e00\u7bc7\u4e13\u680f\u6587\u7ae0\u4e2d\uff0c\u4ed6\u901a\u8fc7\u4e00\u4e2a\u532a\u5937\u6240\u601d\u7684\u771f\u5b9e\u75c5\u4f8b\uff0c\u53cd","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=1177"}; 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 () { } }); }); }