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=3659&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: 1745119839, nonceStr: 'wJsdWhJEH8xtcy3w', signature: 'be0a4e357fff59d7d59e93ca6e1bef0fa54ad8fe', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u888b\u9f20\u5f0f\u62a4\u7406\uff0c\u7528\u7231\u62e5\u62b1\u65e9\u5230\u7684\u5929\u4f7f","smalltext":"\u6bcf\u4e00\u4e2a\u65e9\u4ea7\u7684\u5b9d\u5b9d\u90fd\u662f\u63d0\u524d\u6765\u5230\u4eba\u95f4\u7684\u5929\u4f7f\uff0c\u201c\u888b\u9f20\u5f0f\u62a4\u7406\u201d\u627f\u8f7d\u7740\u513f\u79d1\u56e2\u961f\u5bf9\u201c\u5c0f\u5929\u4f7f\u4eec\u201d\u6df1\u6df1\u7684\u7231\u3002\u201c\u5979\u597d\u5c0f\uff0c\u597d\u53ef\u7231\u554a\uff01\u6211\u8fd8\u4ee5\u4e3a\u8981\u8fc7\u4e00\u6bb5\u65f6\u95f4\u624d\u53ef\u4ee5\u62b1\u4e0a\u4ed6\u4eec\uff0c\u6ca1\u60f3\u5230\u8fd9\u4e48\u5feb\u5c31\u80fd\u8fd1\u8ddd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3659"}; 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 () { } }); }); }