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=912&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: 1749417807, nonceStr: 'Peeocj3y16vEWbql', signature: '14a07e2ff8971ce0cf04ff1f90e7e439d2e106ef', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u95e8\u8bca\u62a4\u58eb\u7684\u95ea\u5149\u8db3\u8ff9","smalltext":"\u901a\u8fc7\u8bb2\u8ff0\u95e8\u8bca\u62a4\u58eb\u65e5\u5e38\u5de5\u4f5c\u7684\u6545\u4e8b\uff0c\u5c55\u73b0\u533b\u9662\u95e8\u8bca\u62a4\u58eb\u7231\u5c97\u656c\u4e1a\u3001\u65e0\u79c1\u5949\u732e\u7684\u5de5\u4f5c\u98ce\u8c8c\uff0c\u5979\u4eec\u4ee5\u201c\u7231\u5fc3\u3001\u8010\u5fc3\u3001\u7ec6\u5fc3\u3001\u8d23\u4efb\u5fc3\u201d\u5bf9\u5f85\u6bcf\u4e00\u4f4d\u75c5\u4eba\uff0c\u4f20\u9012\u7740\u201c\u5357\u4e01\u683c\u5c14\u201d\u7cbe\u795e\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=912"}; 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 () { } }); }); }