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=5382&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: 1746128070, nonceStr: '9FKF3aiHyiP1OoQH', signature: '16c0495b448fde0f0d7379ec34ed1ada990997e4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u591a\u5e74\u540e\u5979\u4eb2\u81ea\u5e26\u4fe9\u5a03\u770b\u671b\u5979\u4eec\u7684\u201c\u63a5\u751f\u5a46\u201d","smalltext":"\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u5987\u4ea7\u79d1\u5e84\u5fd7\u4e3d\u533b\u751f\u6536\u5230\u4e86\u4e00\u4efd\u7684\u201c\u8fdf\u5230\u201d\u7684\u9526\u65d7\u548c\u9c9c\u82b1\uff0c\u9526\u65d7\u4e0a\u201c\u767d\u8863\u5929\u4f7f \u5723\u624b\u63a5\u751f \u6696\u5fc3\u5475\u62a4 \u4f53\u8d34\u5165\u5fae\u201d\u7684\u5b57\u6837\u5199\u6ee1\u4e86\u60a3\u8005\u5bf9\u8fd9\u4f4d\u5e84\u533b\u751f\u7684\u611f\u6fc0\u4e4b\u60c5\u3002\u539f\u6765\uff0c\u4e94\u5e74\u524d\u5e84","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5382"}; 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 () { } }); }); }