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=2027&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: 1747148000, nonceStr: 'wCjI3bsLhCdS3iy2', signature: 'ca068878737bc0530d3734031b9723e4262c3141', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/60a9436093728c563b689291e8d02a6b.jpg","title":"\u957f\u6cbb\u4e91\u5cf0\u533b\u9662\uff1a\u6211\u9662\u62a4\u58eb\u738b\u94b0\u6167\u4f5c\u4e3a\u548c\u5e73\u533b\u7597\u96c6\u56e2\u7b2c\u4e8c\u6279\u533b\u62a4\u4eba\u5458\u8fdb\u9a7b\u9694\u79bb\u533a\u2026\u2026","smalltext":"\u4eca\u5929\u4e0a\u5348\uff0c\u548c\u5e73\u533b\u7597\u96c6\u56e2\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u7684\u533b\u62a4\u4eba\u5458\u8fdb\u884c\u9996\u6b21\u201c\u6362\u9632\u201d\uff0c\u7b2c\u4e00\u6279\u594b\u6218\u7684\u533b\u62a4\u4eba\u5458\u9000\u51fa\u4e00\u7ebf\uff0c\u8fdb\u884c\u4f11\u6574\uff0c\u7b2c\u4e8c\u627918\u540d\u65b0\u961f\u5458\u63a5\u66ff\u8fdb\u5165\u9694\u79bb\u533a\uff0c\u51c6\u5907\u6295\u5165\u6297\u75ab\u963b\u51fb\u6218\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2027"}; 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 () { } }); }); }