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=3831&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: 1745109104, nonceStr: '3bCM4AAvLqKoGnJc', signature: '4e4993892bdaea086066ff2a50c0e26b50509886', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6211\u4eec\u7684\u62a4\u58eb\u8fd9\u6837\u7167\u987e\u5b64\u5be1\u8001\u4eba","smalltext":"\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u6d88\u5316\u8840\u6db2\u5185\u79d1\u6536\u6cbb\u4e86\u4e00\u540d80\u591a\u5c81\u7684\u8001\u5e74\u7537\u6027\u5455\u5410\u60a3\u8005\uff0c\u533b\u751f\u6839\u636e\u8001\u4eba\u75c5\u60c5\u5438\u6c27\uff0c\u9759\u8109\u8f93\u6db2\u5bf9\u75c7\u836f\u7269\u6cbb\u7597\uff0c\u53ef\u662f\uff0c\u8fd9\u4f4d\u8001\u4eba\u6709\u4e94\u4f4d\u5b50\u5973\u5bb6\u5c5e\uff0c\u5374\u6ca1\u6709\u4eba\u6765\u62a4\u7406\u8001\u4eba\uff0c\u4e5f\u6ca1\u6709\u8bf7\u62a4\u5de5\uff0c\u8d23\u4efb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3831"}; 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 () { } }); }); }