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=5499&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: 1714721351, nonceStr: 'UVwm5ayXaCdAtoD9', signature: 'e7707bc40d10df148d31b5e27845c6fe8a899b12', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u83b1\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u60a3\u8005\u7684\u611f\u8c22\u4fe1\uff0c\u662f\u7ed9\u533b\u7597\u6700\u6696\u5fc3\u7684\u529b\u91cf!","smalltext":"\u8fd1\u65e5\uff0c\u6211\u9662\u6536\u5230\u4e86\u201c\u4e00\u5c01\u201d\u6765\u81ea\u60a3\u8005\u5bb6\u5c5e\u7684\u611f\u8c22\u4fe1\uff0c\u8fd9\u5c01\u7528\u521b\u53e3\u8d34\u818f\u836f\u76d2\u5b50\u80cc\u9762\u5f53\u4fe1\u7eb8\u7684\u611f\u8c22\u4fe1\u4e2d\uff0c\u5b57\u91cc\u884c\u95f4\u90fd\u5145\u6ee1\u7740\u5bf9\u9aa8\u79d1\u8840\u7ba1\u5916\u79d1\u6240\u6709\u533b\u62a4\u4eba\u5458\u7684\u611f\u6fc0\u4e4b\u60c5\u3002\u60a3\u8005\u5bb6\u5c5e\u4eb2\u624b\u6267\u7b14\uff0c\u7528\u5fc3\u5199\u4e0b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5499"}; 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 () { } }); }); }