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=1712&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: 1747168096, nonceStr: 'om80mJOR5vUB1djq', signature: '3d05c0f80b97d83e967c20971ce9228378e3d107', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u594b\u6218\u5728\u6297\u51fb\u75ab\u60c5\u524d\u54e8\u7684\u52c7\u58eb","smalltext":"\u5728\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff0c\u53d1\u70ed\u95e8\u8bca\u548c\u611f\u67d3\u6027\u75be\u75c5\u79d1\u662f\u4e24\u4e2a\u7279\u6b8a\u7684\u9ad8\u5371\u6cbb\u7597\u533a\u57df\uff0c\u76f4\u63a5\u9762\u5bf9\u7684\u5c31\u662f\u53d1\u70ed\u60a3\u8005\u548c\u9ad8\u5ea6\u7591\u4f3c\u9700\u8981\u9694\u79bb\u7559\u89c2\u7684\u60a3\u8005\u3002\u9762\u5bf9\u8fd9\u6b21\u7a81\u53d1\u75ab\u60c5\uff0c\u4ed6\u4eec\u6ca1\u6709\u9000\u7f29\uff0c\u6ca1\u6709\u72b9\u8c6b\uff0c\u7528\u81ea\u5df1\u7684\u8840","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1712"}; 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 () { } }); }); }