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=1888&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: 1747145201, nonceStr: 'hIKEUtowKo6NevrV', signature: '09d335c3fe3b4ed7d753466ca5cca5e46c81a7d7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/416e2735b44eef08d361e43895841609.png","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u9a70\u63f4\u6b66\u6c49\u5199\u7ed9\u8eab\u5728\u6b66\u6c49\u7231\u4eba\u7684\u201c\u4e91\u60c5\u4e66\u201d","smalltext":"\u4eca\u5929\uff0c\u6211\u966210\u4f4d\u533b\u7597\u961f\u5458\u90fd\u548c\u81ea\u5df1\u7684\u7231\u4eba\u5171\u540c\u8fce\u6765\u4e862020\u5e74\u7684\u60c5\u4eba\u8282\uff0c\u5979\uff08\u4ed6\uff09\u4eec\u6709\u7684\u5df2\u7ecf\u6210\u5bb6\uff0c\u6709\u7684\u6b63\u5728\u70ed\u604b\u4e4b\u4e2d\uff0c\u4eca\u5e74\u7684\u8282\u65e5\u53ea\u80fd\u901a\u8fc7\u7f51\u7edc\u6765\u8868\u8fbe\u81ea\u5df1\u7684\u601d\u5ff5\u3002\u4e00\u5c01\u5c01\u7684\u4e91\u60c5\u4e66\u5c31\u662f\u4ed6\u4eec\u7231\u60c5\u6700","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1888"}; 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 () { } }); }); }