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=1064&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: 1716055082, nonceStr: 'PfwFGVzBmOBrGXGK', signature: '50916f71a979d13e70085e08e2aeb7fe097dcfcd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u4eba\u6c11\u533b\u9662\u9646\u4fea\u5e73\uff1a\u9ad8\u626c\u7406\u60f3 \u811a\u8e0f\u5b9e\u5730","smalltext":"\u533b\u9662\u662f\u6700\u66b4\u9732\u4eba\u6027\u7684\u5730\u65b9\uff0c\u5f53\u770b\u5230\u60a3\u8005\u56e0\u75be\u75c5\u800c\u7126\u8651\u751a\u81f3\u7edd\u671b\uff0c\u5f53\u770b\u5230\u5b69\u5b50\u56e0\u60a3\u75c5\u800c\u8131\u79bb\u793e\u4f1a\uff0c\u5f53\u770b\u5230\u90a3\u4e9b\u60a3\u8005\u773c\u795e\u6d41\u9732\u51fa\u7684\u60b2\u4f24\u548c\u65e0\u52a9\u65f6\uff0c\u603b\u89c9\u5f97\u9664\u4e86\u8bca\u7597\u4ee5\u5916\uff0c\u8fd8\u53ef\u4ee5\u4e3a\u4ed6\u4eec\u505a\u70b9\u513f\u4ec0\u4e48\u300220","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1064"}; 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 () { } }); }); }