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=4699&classid=10&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: 1715275180, nonceStr: 'AYHApKvkgZjkk3IX', signature: 'e9b880ace2f5c83ecd29549a5102179ff42e72cb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6f2f\u6cb3\u5e02\u4e2d\u5fc3\u533b\u9662-\u62a4\u7406\u90e8","smalltext":"\u968f\u7740\u4eba\u4eec\u5bf9\u4eba\u6587\u5173\u6000\u7406\u5ff5\u8ba4\u8bc6\u7684\u9010\u6b65\u6df1\u5165\uff0c\u62a4\u7406\u7ba1\u7406\u8005\u5bf9\u62a4\u58eb\u7fa4\u4f53\u7684\u5173\u6000\u663e\u5f97\u5c24\u4e3a\u91cd\u8981\u3002\u5173\u6000\u62a4\u58eb\u662f\u5173\u6000\u60a3\u8005\u7684\u524d\u63d0\uff0c\u6709\u52a9\u4e8e\u63d0\u5347\u5176\u56e2\u961f\u534f\u4f5c\u7cbe\u795e\uff0c\u63d0\u9ad8\u62a4\u58eb\u5bf9\u672c\u804c\u5de5\u4f5c\u7684\u6ee1\u610f\u5ea6\uff0c\u589e\u5f3a\u804c\u4e1a\u62a4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4699"}; 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 () { } }); }); }