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=3062&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: 1745150167, nonceStr: 'ZuVI5iOPvNvdCbe9', signature: '7fba98fe4e7ff0a2307cffb2736925e205820773', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b81\u5fb7\u5e02\u95fd\u4e1c\u533b\u9662\uff1a\u5218\u742a\u5e0c\u8d74\u798f\u5dde\u957f\u4e50\u56fd\u9645\u673a\u573a\u652f\u63f4\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c","smalltext":"\u8fdb\u5165\u4e09\u6708\u540e\uff0c\u4f34\u968f\u7740\u5883\u5916\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7206\u53d1\uff0c\u5883\u5916\u8f93\u5165\u4eba\u5458\u75ab\u60c5\u9632\u63a7\u538b\u529b\u589e\u5927\uff0c\u4e3a\u505a\u597d\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\uff0c\u95fd\u4e1c\u533b\u9662\u79ef\u6781\u54cd\u5e94\u4e0a\u7ea7\u53f7\u53ec\uff0c\u5728\u63a5\u5230\u4efb\u52a1\u7684\u77ed\u77ed\u65f6\u95f4\u5185\u62bd\u8c03\u4eba\u5458\uff0c4\u67087\u65e5\uff0c\u9009\u6d3e\u4e3b\u52a8\u8bf7\u7f28\u7684\u62a4\u7406","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3062"}; 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 () { } }); }); }