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=6651&classid=14&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: 1716232318, nonceStr: 'QicyYRsouM7cGl6T', signature: 'ada724c4d0c0fe780a698de92baad5b903364063', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u533b\u52a1\u793e\u5de5\uff0c\u751f\u547d\u4e2d\u7684\u4e00\u9053\u5fae\u5149","smalltext":"\u8f6c\u77ac\u95f4\uff0c\u6211\u5728\u533b\u52a1\u793e\u5de5\u5c97\u4f4d\u4e0a\u5de5\u4f5c\u5df2\u6709\u4e24\u5e74\u591a\u7684\u65f6\u95f4\u3002\u867d\u5fd9\u788c\u8f9b\u82e6\uff0c\u4f46\u6709\u6536\u83b7\uff0c\u6709\u56de\u54cd\u3002\u6211\u4e0e\u533b\u9662\u533b\u52a1\u793e\u5de5\u56e2\u961f\u7684\u540c\u4e8b\u4eec\u521a\u5b8c\u6210\u4e00\u4e2a\u5c0f\u7ec4\u9879\u76ee\uff0c\u6b63\u597d\u501f\u9898\u5199\u70b9\u611f\u609f\u30022021\u5e747\u6708\uff0c\u4e3a\u8fdb\u4e00\u6b65\u6539\u5584\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6651"}; 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 () { } }); }); }