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=5493&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: 1716147257, nonceStr: 'GVgxvgbZ5NMmiTx5', signature: '0c4bc40c48a57226e2d0703f360fe9a61140d24d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u75c5\u7406\u533b\u751f\u67e5\u6848\u8bb0\u2014\u2014\u96be\u8a00\u4e4b\u201c\u9690\u777e\u201d","smalltext":"\u8fd1\u65e5\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u75c5\u7406\u79d1\u4efb\u6b23\u4e50\u533b\u751f\u50cf\u5f80\u5e38\u4e00\u6837\uff0c\u6536\u5230\u4e00\u4e2a\u624b\u672f\u6807\u672c\u3002\u8fd9\u662f\u4e00\u4e2a\u76c6\u8154\u5305\u5757\uff0c\u5916\u89c2\u5e76\u65e0\u7279\u6b8a\u4e4b\u5904\uff0c\u4f46\u968f\u7740\u68c0\u67e5\u7684\u6df1\u5165\uff0c\u4efb\u6b23\u4e50\u5fc3\u4e2d\u5374\u751f\u51fa\u4e00\u4e2a\u5927\u5927\u7684\u7591\u95ee\u3002\u50cf\u67e5\u6848\u4e00\u6837\uff0c\u771f\u76f8\u5fc5\u5f97","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5493"}; 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 () { } }); }); }