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=2275&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: 1747123311, nonceStr: 'dX5dcWbeSDNB6KYA', signature: 'd6ce7580415b1288405b1eaea43598375979b8bc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a8\u5c81\u5973\u513f\u5199\u7ed9\u6218\u75ab\u7238\u7238\u7684\u4e00\u5c01\u4fe1","smalltext":"\u201c\u7238\u7238\uff0c\u544a\u8bc9\u4f60\u4e00\u4e2a\u79d8\u5bc6\uff0c\u6211\u4ee5\u524d\u7684\u68a6\u60f3\u662f\u957f\u5927\u4ee5\u540e\u5f53\u4e00\u540d\u8001\u5e08\uff0c\u4f46\u6211\u73b0\u5728\u7684\u68a6\u60f3\u662f\u957f\u5927\u540e\u5f53\u4e00\u540d\u50cf\u4f60\u8fd9\u6837\u6cbb\u75c5\u6551\u4eba\u7684\u533b\u751f\uff0c\u6211\u4e3a\u4f60\u611f\u5230\u9a84\u50b2\uff0c\u4e3a\u4f60\u70b9\u8d5e\u3002\u4eca\u5929\u662f\u4f60\u7684\u751f\u65e5\uff0c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\uff01\u800c\u6211\u4eec\u5374","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2275"}; 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 () { } }); }); }