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=6686&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: 1746135680, nonceStr: '3limY5DX77Suydpu', signature: '64de0deb98e80d80f909df5156f4c050fcbe8330', 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\u5e0c\u671b\u662f\u4eba\u95f4\u6700\u597d\u7684\u836f","smalltext":"\u300a\u533b\u5b66\u7684\u6e29\u5ea6\u300b\uff0c\u4e00\u672c\u8584\u8584\u7684\u5c0f\u4e66\uff0c\u5b57\u53e5\u5e73\u5b9e\u901a\u4fd7\uff0c\u8bfb\u8d77\u6765\u5374\u72b9\u5982\u9ec4\u949f\u5927\u5415\uff0c\u4ee4\u4eba\u9707\u64bc\u3002\u4e66\u91cc\u9053\u51fa\u4e86\u533b\u5b66\u7684\u771f\u8c1b\uff0c\u8ffd\u95ee\u4e86\u751f\u547d\u7684\u672c\u8d28\uff0c\u9610\u8ff0\u4e86\u5bf9\u793e\u4f1a\u3001\u764c\u75c7\u3001\u4f20\u67d3\u75c5\u3001\u6b7b\u4ea1\uff0c\u4e2d\u533b\u4f20\u627f\u53d1\u5c55\u7b49\u533b\u5b66\u91cd\u8981","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6686"}; 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 () { } }); }); }