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=3079&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: 1747101331, nonceStr: 'VTmM3p4i7MqEcqXJ', signature: '778c5a9ca79a2ab56f3706b71f3053315964cc43', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6625\u65e5\u81f3\uff0c\u82f1\u96c4\u5f52\uff01\u6566\u5316\u5e02\u533b\u9662\u9a70\u63f4\u6b66\u6c495\u540d\u82f1\u96c4\u5b89\u5168\u56de\u5bb6\uff01","smalltext":"\u5728\u5bb6\u4e61\u4eba\u6c11\u7684\u7fd8\u9996\u671f\u76fc\u4e0b\uff0c\u6566\u5316\u5e02\u533b\u9662\u9a70\u63f4\u6b66\u6c49\u76845\u540d\u533b\u7597\u961f\u5458\u5706\u6ee1\u5b8c\u6210\u6551\u6cbb\u4efb\u52a1\uff0c\u5728\u957f\u767d\u5c71\u7ecf\u8fc714\u5929\u7684\u4f11\u6574\u540e\uff0c\u4e8e4\u67087\u65e5\u4e0b\u5348\uff0c\u7edf\u4e00\u4e58\u5750\u4e2d\u5df4\u8f66\u8fd4\u56de\u6566\u5316\u5e02\u3002\u201c\u56de\u6765\u4e86\uff0c\u56de\u6765\u4e86\u3002\u4ed6\u4eec\u56de\u6765\u4e86\uff01\u201d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3079"}; 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 () { } }); }); }