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=2349&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: 1744880263, nonceStr: 'B7vXQnO0uv5tr6Jp', signature: '7960256741548e5797506726be4b955823eedc75', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u6025\u6551\u6307\u6325\u4e2d\u5fc3\uff1a\u8986\u76d6\u5168\u751f\u547d\u5468\u671f\u5065\u5eb7\u670d\u52a1","smalltext":"\u6210\u90fd\u5e02\u6025\u6551\u6307\u6325\u4e2d\u5fc3\uff08\u6210\u90fd\u5e02\u7d27\u6025\u533b\u7597\u6551\u63f4\u4e2d\u5fc3\uff09\u5efa\u4e8e1997\u5e746\u6708\uff0c\u81f3\u4eca\u5df2\u670922\u5e74\u5386\u53f2\uff0c\u4e2d\u5fc3\u627f\u62c5\u4e86\u6210\u90fd\u5e0219\u4e2a\u533a\uff08\u5e02\uff09\u53bf\u548c\u9ad8\u65b0\u533a\u793e\u4f1a\u6025\u6551\u533b\u7597\u7684\u7ec4\u7ec7\u534f\u8c03\u3001\u8c03\u5ea6\u6307\u6325\u3001\u5e94\u6025\u5904\u7f6e\u548c\u6025\u6551\u57f9\u8bad\u4efb\u52a1\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2349"}; 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 () { } }); }); }