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=6556&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: 1746129154, nonceStr: 'CkKxBC7BCPdd5r5z', signature: 'fb8e6039e6524fd8d964530e434bfee1af4a82d7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4e00\u4efd\u7eed\u5199\u4e8620\u591a\u5e74\u7684\u95e8\u8bca\u75c5\u5386","smalltext":"\u8bf4\u8d77\u95e8\u8bca\u75c5\u5386\u672c\uff0c\u5927\u5bb6\u90fd\u77e5\u9053\u90a3\u662f\u5230\u533b\u9662\u91cc\u770b\u75c5\u7528\u7684\u3002\u4eca\u5929\uff0c\u6211\u8981\u8bf4\u7684\u75c5\u5386\u672c\uff0c\u6709\u70b9\u7279\u522b\uff0c\u5b83\u5386\u7ecf\u4e86\u51e0\u4f4d\u533b\u751f\u64b0\u5199\uff0c\u89c1\u8bc1\u7740\u4e00\u6bb5\u6301\u4e45\u800c\u6e29\u6696\u7684\u533b\u60a3\u4e92\u4fe1\u7684\u60c5\u611f\u3002\u9047\u89c1\u90a3\u4e00\u5929\uff0c\u56e0\u4e3a\u60f3\u7b56\u5212\u4e00\u90e8\u4ee5\u201c\u4f20","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6556"}; 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 () { } }); }); }