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=2984&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: 1749403648, nonceStr: '5TO7iJbaLtJSizdu', signature: '44d0bc1a33b1f1b2949540a1307278f51498d75c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u201c\u6df1\u5733\u6700\u5371\u91cd\u7684\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u90fd\u5728\u6211\u4eec\u7ec4\u201d","smalltext":"\u201c\uff25\uff23\uff2d\uff2f\u51e0\u4e4e\u662f\u6211\u4eec\u80fd\u633d\u6551\u60a3\u8005\u7684\u6700\u540e\u4e00\u4e2a\u652f\u6301\u624b\u6bb5\uff0c\u8fd9\u610f\u5473\u7740\u5168\u6df1\u5733\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u4e2d\u7684\u6700\u5371\u91cd\u60a3\u8005\u90fd\u5728\u6211\u4eec1\u7ec4\uff0c\u6211\u4eec\u662f\uff29\uff23\uff35\u4e2d\u7684\uff29\uff23\uff35\u3002\u201d\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u7684\u97e9\u94ba\u652f\u63f4\u6df1\u5733\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5df2\u67094","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2984"}; 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 () { } }); }); }