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=2374&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: 1716209944, nonceStr: 'mnGNd3LNDc4DbBHQ', signature: '3f8da3d5c448b17379cf0ed7dc54600acf371eda', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u200b\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u8425\u9020\u4eba\u6587\u95e8\u8bca\uff0c\u5efa\u8bbe\u6709\u6e29\u5ea6\u7684\u533b\u9662","smalltext":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\u4ee5\u65b0\u95e8\u8bca\u642c\u8fc1\u4e3a\u5951\u673a\uff0c\u4e58\u52bf\u53d1\u5c55\uff0c\u5f00\u5c55\u4e86\u4e00\u7cfb\u5217\u201c\u4ee5\u60a3\u8005\u4e3a\u4e2d\u5fc3\u201d\u670d\u52a1\u6d41\u7a0b\u4f18\u5316\u548c\u670d\u52a1\u65b9\u5f0f\u7684\u6539\u8fdb\uff0c\u5c06\u4ee5\u4eba\u4e3a\u672c\u7684\u7406\u5ff5\u8d2f\u7a7f\u6574\u4e2a\u5c31\u533b\u6d41\u7a0b\uff0c\u4ece\u9884\u7ea6\u6302\u53f7\u3001\u53d6\u53f7\u52a0\u53f7\u3001\u5c31\u8bca\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2374"}; 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 () { } }); }); }