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=1084&classid=4&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: 1750062224, nonceStr: 'WdyhdI2vNWM8romn', signature: '6bc899bedecd718227b5364119e89faf18434908', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u6768\u6d66\u533a\u4e2d\u5fc3\u533b\u9662\u5ed6\u6587\u5a1f\uff1a\u6df1\u8015\u539a\u690d\u7684\u201c\u533b\u5b66\u4eba\u6587\u7a7a\u95f4\u201d","smalltext":"\u5728\u4e0a\u6d77\u5e02\u6768\u6d66\u533a\u4e2d\u5fc3\u533b\u9662\uff08\u540c\u6d4e\u5927\u5b66\u9644\u5c5e\u6768\u6d66\u533b\u9662\uff09\u6559\u5b66\u5b9e\u8bad\u4e2d\u5fc3\u8d1f\u4e00\u697c\uff0c\u5750\u843d\u7740\u4e00\u4e2a\u522b\u5177\u7279\u8272\u7684\u201c\u5730\u4e0b\u9986\u201d\uff0c\u8fd9\u662f\u533b\u9662\u7cbe\u5fc3\u6253\u9020\u7684\u4e00\u4e2a\u533b\u5b66\u4e0e\u4eba\u6587\u76f8\u878d\u5408\u7684\u201c\u533b\u5b66\u4eba\u6587\u7a7a\u95f4\u201d\uff0c\u662f\u63d0\u5347\u533b\u62a4\u4eba\u5458","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1084"}; 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 () { } }); }); }