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=2038&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: 1749448049, nonceStr: 'CT51beM9VHfnTk7u', signature: '0ac185a2b07d5e81d0e67e962809e4698d7f4d49', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4ed6\u4eec\u7a7f\u7740\u9632\u62a4\u670d\u7684\u80cc\u5f71\u5199\u7740\u201c\u5fe7\u56fd\u5fe7\u6c11\u201d","smalltext":" \u8fd9\u4e00\u4e2a\u6708\u6765\uff0c\u6211\u4eec\u6bcf\u5929\u90fd\u80fd\u770b\u5230\u4e00\u4e2a\u7fa4\u4f53\uff0c\u4ed6\u4eec\u62c5\u5f53\u7740\u4e0e\u5e73\u5e38\u65e5\u5b50\u91cc\u4e00\u6837\u6cbb\u75c5\u6551\u4eba\u7684\u8d23\u4efb\uff0c\u4ed6\u4eec\u4e0e\u5e73\u5e38\u4e00\u6837\u9762\u5bf9\u7684\u662f\u9700\u8981\u81ea\u5df1\u7684\u60a3\u8005\uff0c\u4ed6\u4eec\u7684\u5de5\u4f5c\u4e5f\u4fdd\u6301\u7740\u4e00\u5982\u65e2\u5f80\u7684\u7e41\u5fd9\u8282\u594f\u3002\u4e5f\u8bb8\u6b63","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2038"}; 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 () { } }); }); }