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=4271&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: 1744971631, nonceStr: 'M6LpDwzuHyCB6Dz3', signature: 'e64baa01ff6070a6637f51e550a727a09774716e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u533b\u9662\u4e3e\u529e\u7cd6\u5c3f\u75c5\u77e5\u8bc6\u7ade\u7b54\u66a8\u964d\u7cd6\u4e4b\u661f\u8868\u5f70\u5927\u4f1a","smalltext":"4\u670823\u65e5\u4e0a\u5348\uff0c\u90a2\u53f0\u5e02\u7b2c\u516d\u5c4a\u201c\u4e94\u9662\u676f\u201d\u7cd6\u5c3f\u75c5\u6cbb\u7597\u4e0e\u9632\u6cbb\u7f51\u7edc\u6709\u5956\u7ade\u7b54\u66a8\u201c\u964d\u7cd6\u4e4b\u661f\u201d\u8868\u5f70\u5927\u4f1a\u5728\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u9686\u91cd\u4e3e\u884c\u3002\u6d3b\u52a8\u81ea2020\u5e7411\u6708\u542f\u52a8\u4ee5\u6765\uff0c\u5f97\u5230\u4e86\u5e7f\u5927\u7fa4\u4f17\u548c\u7cd6\u53cb\u7684\u6b22\u8fce","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4271"}; 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 () { } }); }); }