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=2230&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: 1747124827, nonceStr: 'xLlXlctVvCiTvcUS', signature: '85db330785ffe80ac103109002701582a67e8d9b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a \u201c\u6211\u4eec\u5c31\u5feb\u56e2\u5706\u4e86\uff0c\u5927\u5bb6\u4e00\u5757\u52a0\u6cb9\uff01\u201d","smalltext":"2\u67089\u65e5\uff0c\u6211\u7167\u4f8b\u53bb\u611f\u4e8c\u79d1\u67e5\u623f\u30024\u5e8a\u7684\u4e03\u53d4\uff08\u5316\u540d\uff09\u6b63\u7709\u98de\u8272\u821e\u5730\u548c\u4e00\u5bb6\u5b50\u4eba\u89c6\u9891\u804a\u5929\u3002\u9694\u58c16\u5e8a\u7684\u845b\u4f2f\uff08\u5316\u540d\uff09\u8eba\u5728\u5e8a\u4e0a\uff0c\u7528\u88ab\u89d2\u906e\u4f4f\u4e86\u534a\u8fb9\u8138\u3002\u6211\u558a\u4ed6\uff0c\u4ed6\u53ea\u662f\u8f7b\u54fc\u4e86\u4e00\u4e0b\u3002\u81ea\u4ece\u8131\u4e86\u65e0\u521b\u547c\u5438\u673a\uff0c\u6bcf","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2230"}; 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 () { } }); }); }