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=6674&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: 1743705908, nonceStr: 'YXJievBGpcGurCcU', signature: 'ef5f521b255e5dcb908e64f8432bf61f06a0098f', 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\u4e0d\u4e00\u6837\u7684\u9752\u6625\u671f","smalltext":"\u201c\u533b\u751f\uff0c\u6211......\u6211\u4e00\u76f4\u6ca1\u6765\u6708\u7ecf....\uff0c\u6211\u90fd\u6ee120\u4e86\u201d\uff0c\u201c\u55ef\uff1f20\u5c81\u8fd8\u6ca1\u6709\u6708\u7ecf\u521d\u6f6e\uff1f\u201d\u6211\u5fc3\u91cc\u4e00\u6014\uff0c\u5f00\u59cb\u4ed4\u7ec6\u6253\u91cf\u9762\u524d\u8fd9\u4f4d\u7565\u5e26\u7f9e\u6da9\u4f46\u770b\u8d77\u6765\u53ea\u670915,16\u5c81\u7684\u59d1\u5a18\u3002 \u7ecf\u8fc7\u4e86\u89e3\uff0c\u8fd9\u4f4d\u5916\u8868\u5a34\u9759\u6f02\u4eae","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6674"}; 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 () { } }); }); }