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=2203&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: 1747123249, nonceStr: '4VTdwuOotZvGKEvU', signature: 'e29ba7888b45b399114a6ef83c3be7afac0a5a7e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u670d\u52a1\u597d\u6b66\u6c49\u4eba\u6c11\uff0c\u4fdd\u62a4\u597d\u81ea\u8eab\u5b89\u5168\uff0c\u4e0d\u80dc\u4e0d\u5f52\uff01","smalltext":"2020.3.1\u4eca\u5929\u662f\u5468\u65e5\uff0c\u4f46\u5728\u6b66\u6c49\u7684\u533b\u7597\u961f\u6bcf\u5929\u90fd\u662f\u5de5\u4f5c\u65e5\u3002\u76ee\u524d\uff0c\u6211\u4eec\u5fc3\u7406\u533b\u7597\u961f\u7684\u5de5\u4f5c\u539f\u5219\u662f\u80fd\u4ee5\u7535\u8bdd\u6216\u89c6\u9891\u65b9\u5f0f\u89e3\u51b3\u7684\u95ee\u9898\u5c3d\u91cf\u5c11\u8fdb\u9694\u79bb\u533a\u3002\u4e00\u65b9\u9762\u662f\u9694\u79bb\u533a\u611f\u67d3\u98ce\u9669\u9ad8\uff0c\u53e6\u4e00\u65b9\u9762\u9632\u62a4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2203"}; 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 () { } }); }); }