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=3191&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: 1745151072, nonceStr: 'NsQABgdiHKLjCq6C', signature: 'cbdaf3ea9da5de5625ae99250a2263c7c255100f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a:\u4e00\u9762\u610f\u5916\u7684\u9526\u65d7","smalltext":"4\u670829\u65e5\uff0c\u4e00\u4f4d\u60a3\u8005\u5bb6\u5c5e\u7ed9\u5e02\u4eba\u6c11\u533b\u9662\u8d60\u9001\u4e00\u9762\u9526\u65d7\uff0c\u8868\u626c\u8be5\u9662\u5bb6\u5ead\u75c5\u5e8a\u79d1\u4e3b\u6cbb\u533b\u5e08\u8983\u6587\u971e \u201c\u533b\u5fb7\u9ad8\u5c1a\u6696\u4eba\u5fc3\u3001\u533b\u672f\u7cbe\u6e5b\u89e3\u75c5\u75db\u201d\u3002\u5f97\u77e5\u8fd9\u4e2a\u60c5\u51b5\u540e\uff0c\u533b\u9662\u5ba3\u4f20\u79d1\u7acb\u5373\u8054\u7cfb\u4e86\u8983\u6587\u971e\uff0c\u5f53\u8983\u533b\u751f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3191"}; 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 () { } }); }); }