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=2582&classid=11&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: 1746210371, nonceStr: 'wSlQVv5g5accKfb9', signature: '7ac6c06174b7c3008426da105e6b180f2bf624ca', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6811\u5170\uff08\u676d\u5dde\uff09\u533b\u9662\uff1a\u5668\u5b98\u79fb\u690d\u4e13\u9879\u57fa\u91d1","smalltext":"\u5668\u5b98\u79fb\u690d\u662f\u8bb8\u591a\u7ec8\u672b\u671f\u5668\u5b98\u8870\u7aed\u60a3\u8005\u7684\u6700\u4f73\u6cbb\u7597\u65b9\u6848\uff0c\u7136\u800c\u79fb\u690d\u8d39\u7528\u4ee5\u53ca\u957f\u671f\u670d\u7528\u514d\u75ab\u6291\u5236\u5242\u7684\u7ecf\u6d4e\u8d1f\u62c5\uff0c\u8ba9\u8bb8\u591a\u6323\u624e\u5728\u751f\u6b7b\u8fb9\u7f18\u7684\u56f0\u96be\u5bb6\u5ead\u671b\u800c\u5374\u6b65\u3002\u4e3a\u5524\u8d77\u5168\u793e\u4f1a\u5bf9\u60a3\u6709\u91cd\u5927\u75be\u75c5\u4e14\u7ecf","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2582"}; 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 () { } }); }); }