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=1082&classid=4&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: 1714792828, nonceStr: 'mcglr62hpcjvDwfa', signature: 'c57c8a4bfba52bf5d0ac7de17fdb1c21cf28d76f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u7701\u6cf0\u5b89\u8363\u519b\u533b\u9662\u7530\u79cb\u83ca\uff1a\u884c\u8d70\u5728\u4eba\u6587\u4e4b\u8def\u4e0a","smalltext":"\u201c\u5168\u5fc3\u5168\u610f\u4e3a\u8363\u8a89\u519b\u4eba\u670d\u52a1\u201d\u662f\u6211\u4eec\u5c71\u4e1c\u7701\u6cf0\u5b89\u8363\u519b\u533b\u9662\u7684\u529e\u9662\u5b97\u65e8\uff0c\u533b\u9662\u56e0\u8363\u519b\u800c\u5929\u751f\u7ea2\u8272\u57fa\u56e0\uff0c\u56e0\u6b64\u533b\u9662\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u4e5f\u5f70\u663e\u6b64\u5e95\u8574\u7279\u8272\uff0c\u62a4\u58eb\u5219\u56e0\u5176\u4e13\u4e1a\u7279\u6027\u6210\u4e3a\u533b\u9662\u533b\u5b66\u4eba\u6587\u7684\u91cd\u8981","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1082"}; 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 () { } }); }); }