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=4845&classid=11&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: 1749194835, nonceStr: 'WwxnQbxkVGZSfzq9', signature: 'b8189bd9503aeb8f35f4d19a6d1b5837c4f9b75d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6f2f\u6cb3\u5e02\u4e2d\u5fc3\u533b\u9662-\u5b64\u72ec\u7684\u8001\u4eba","smalltext":"\u4e34\u8fd1\u4e2d\u5348\uff0c\u6025\u8bca\u79d1\u6765\u7535\u8bf4\u4e00\u4f1a\u513f\u8981\u9001\u4e00\u4f4d\u201c\u80ba\u90e8\u611f\u67d3\u3001\u80f8\u8154\u79ef\u6db2\u201d\u7684\u8001\u5e74\u60a3\u8005\u5230\u6211\u79d1\u3002\u7ecf\u8fc7\u4e00\u756a\u5fd9\u788c\uff0c\u5c06\u60a3\u8005\u5b89\u7f6e\u7a33\u59a5\u540e\u4ecd\u4e0d\u89c1\u5bb6\u5c5e\u7684\u5230\u6765\u3002\u6211\u6709\u4e9b\u5fc3\u75bc\u5730\u95ee\uff1a\u201c\u7237\u7237\uff0c\u60a8\u7684\u5bb6\u4eba\u5462\uff1f\u201d\u8001\u4eba\u5fae\u5fae","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4845"}; 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 () { } }); }); }