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=5574&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: 1714680867, nonceStr: 'obXrezc4DcttOiRD', signature: '601b83ebe7d5d85d950dfab9b322901617640165', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e00\u5bb6\u4e24\u4eba\u4e09\u6b21\u4f4f\u8fdb\u540c\u4e00\u79d1\u5ba4 \u53ea\u56e0\u4fe1\u8d56\u548c\u7231","smalltext":"\u65e9\u6625\u4e8c\u6708\uff0c\u4e4d\u6696\u8fd8\u5bd2\uff0c\u5c0f\u738b\u5e26\u7740\u7236\u4eb2\u548c\u7237\u7237\uff0c\u6765\u5230\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff0c\u5c06\u624b\u4e2d\u4e24\u9762\u9526\u65d7\u9f50\u9f50\u9001\u5230\u4e86\u624b\u8db3\u5916\u79d1\u3002\u533b\u5fb7\u9ad8\u5c1a\u4eb2\u548c\u4ec1\u7231 \u533b\u672f\u9ad8\u8d85\u4e25\u8c28\u7cbe\u6e5b\u7cbe\u5fc3\u62a4\u7406\u4ec1\u7231\u5929\u4f7f \u7231\u5c97\u656c\u4e1a\u70ed\u60c5\u5468\u5230\u77ed\u77ed","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5574"}; 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 () { } }); }); }