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=6527&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: 1743706183, nonceStr: 'TOlRxkE1JiOxCbvA', signature: '472b706fba61710ee79980aafe5639b375aa1c9d', 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\u65b0\u5f62\u52bf\u4e0b\u63d0\u5347\u533b\u9662\u54c1\u724c\u6587\u5316\u5efa\u8bbe","smalltext":"\u3010\u6458\u8981\u3011\u8fd1\u5e74\u6765\uff0c\u7518\u8083\u5b9d\u77f3\u82b1\u533b\u9662\u7740\u529b\u7a81\u51fa\u54c1\u724c\u6587\u5316\u5efa\u8bbe\uff0c\u533b\u9662\u4ee5\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\u4e3a\u6307\u5bfc\uff0c\u901a\u8fc7\u6784\u5efa\u533b\u9662\u6587\u5316\u5efa\u8bbe\u4f53\u7cfb\uff0c\u79c9\u627f\u65b0\u65f6\u671f\u5b9d\u77f3\u82b1\u7cbe\u795e\uff0c\u6fc0\u53d1\u5168\u4f53\u5458\u5de5\u7684\u8d23\u4efb\u611f\u3001\u4f7f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6527"}; 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 () { } }); }); }