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=532&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: 1716052507, nonceStr: 'bQsPVsjajFXtYPI4', signature: '2d81bf8ca6f7209e359a2fdcfcf5384de3005fb8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4e00\u6761\u88ab\u75af\u72c2\u70b9\u8d5e\u7684\u7167\u7247","smalltext":"\u8fd1\u65e5\uff0c\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\u547c\u5438\u5185\u79d1\u62a4\u58eb\u957f\u9c81\u82b9\u6885\u7684\u4e00\u6761\u670b\u53cb\u5708\u88ab\u670b\u53cb\u4eec\u75af\u72c2\u70b9\u8d5e\uff0c\u8ba9\u6211\u4eec\u4e00\u8d77\u770b\u770b\u8fd9\u6761\u670b\u53cb\u5708\u80cc\u540e\u7684\u6545\u4e8b\u2026\u2026 \u201c\u54ea\u6709\u8dea\u4e0d\u8dea\uff0c\u53ea\u6709\u60a8\u7684\u5b89\u5371\u201d90\u5c81\u9ad8\u9f84\u7684\u9b4f\u7239\u7239\u4eca\u5e74\u5df2\u662f\u7b2c\u4e09","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=532"}; 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 () { } }); }); }