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=1502&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: 1716231058, nonceStr: 'jGofZ2e9CNXn9NQD', signature: '0abed6acda1f4bcda59cb7af9faf0db8e0910713', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u60a3\u8005\u7a81\u53d1\u5012\u5730\u731d\u6b7b\u540e\u2026\u2026","smalltext":" 2019\u5e7412\u670816\u65e5\u65e97\uff1a30\uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u8840\u6db2\u51c0\u5316\u4e2d\u5fc3\u6240\u6709\u5de5\u4f5c\u4eba\u5458\u5982\u540c\u5f80\u65e5\u4e00\u6837\u6709\u6761\u4e0d\u7d0a\u7684\u5f00\u59cb\u4e86\u4e00\u5929\u7684\u5fd9\u788c\uff0c7\uff1a48\uff0c\u4e00\u58f0\u60e8\u53eb\u5212\u7834\u4e86\u8fd9\u4e2a\u6e05\u6668\u7684\u5b81\u9759\uff0c\u4e00\u540d\u51c6\u5907\u8fdb\u5165\u900f\u6790\u5ba4\u505a\u900f\u6790\u7684\u95e8\u8bca\u60a3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1502"}; 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 () { } }); }); }