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=4951&classid=12&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: 1714681856, nonceStr: 'EAC5xcOFMDwKQ1UG', signature: '65ce3ebf7bd8922a9bb8028ee4764062ba656f0d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u7b2c\u4e8c\u533b\u9662-\u751f\u6b96\u4e2d\u5fc3\u79e6\u6717","smalltext":"\u533b\u751f\uff0c\u8d70\u5eca\u91cc\u5306\u5fd9\u7684\u767d\u8272\u5927\u8902\uff0c\u8fd8\u662f\u751f\u6b7b\u4e00\u7ebf\u7684\u5b88\u62a4\u8005\u3002\u8fd1\u5e74\u6765\uff0c\u533b\u60a3\u5173\u7cfb\u4e00\u76f4\u662f\u793e\u4f1a\u5173\u6ce8\u7684\u70ed\u70b9\uff0c\u5728\u56db\u5ddd\u5927\u5b66\u534e\u897f\u7b2c\u4e8c\u533b\u9662\u6709\u8fd9\u4e48\u4e00\u4e2a\u533b\u751f\uff0c\u4ed6\u521b\u9020\u4e86\u4e00\u4efd\u533b\u751f\u6d77\u62a5\u201c\u767d\u8272\u5de8\u5854\u201d\u3002\u518d\u5230\u4eca\u5929\u7531","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4951"}; 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 () { } }); }); }