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=3033&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: 1715945284, nonceStr: 'Z8oqJIjuYsWuuFQq', signature: 'b756ee2c9b6f43f223dbe4965cb3399477be883d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u6218\u75ab\u65e5\u8bb0\uff5c\u5706\u6ee1\u5b8c\u6210\u4efb\u52a1\uff01\u82cf\u5dde\uff0c\u6211\u56de\u6765\u4e86\uff01","smalltext":"\u8bb2\u8ff0\u4eba\uff1a\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u91cd\u75c7\u76d1\u62a4\u5ba4\u62a4\u5e08 \u90ed\u632f\u65f6\u95f4\uff1a3\u670831\u65e5\u5730\u70b9\uff1a\u6b66\u6c49\u00b7\u82cf\u5dde\u4eca\u5929\uff083\u670831\u65e5\uff09\u662f\u6211\u9a70\u63f4\u6b66\u6c49\u7684\u7b2c52\u5929\uff0c\u4e5f\u662f\u6211\u4eec\u5706\u6ee1\u5b8c\u6210\u4efb\u52a1\uff0c\u8fd4\u56de\u82cf\u5dde\u7684\u65e5\u5b50\uff01\u73b0\u5728\u7684\u6211\uff0c\u5df2\u6536\u62fe\u597d\u884c\u56ca\uff0c\u548c\u82cf\u5dde\u63f4\u6e56","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3033"}; 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 () { } }); }); }