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=6680&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: 1746135296, nonceStr: 'DyaoO3zS014RMlTV', signature: '0f9644cff207daf1b4da656a8fc607b9ebff757e', 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\u6b21\u201c\u7834\u4f8b\u201d\u7684\u670b\u53cb\u5708","smalltext":"\u5982\u540c\u5e73\u5e38\uff0c\u5728\u4e0b\u73ed\u540e\u7684\u6211\u4f1a\u7ffb\u7ffb\u670b\u53cb\u5708\uff0c\u653e\u7a7a\u4e00\u5929\u7684\u75b2\u60eb\uff0c\u4e5f\u6253\u53d1\u4e00\u4e0b\u8fd9\u96e8\u5929\u7684\u65e0\u804a\uff0c\u624b\u6307\u4e0b\u6ed1\u4e2d\uff0c\u770b\u5230\u4e00\u4e2a\u5168\u662f\u5956\u72b6\u7684\u670b\u53cb\u5708\uff0c\u968f\u610f\u70b9\u5f00\uff0c\u5728\u5199\u7740\u5404\u79cd\u5355\u79d1\u7b2c\u4e00\u540d\u7684\u5956\u72b6\u4e0a\u51fa\u73b0\u4e86\u4e00\u4e2a\u719f\u6089\u7684\u540d\u5b57\uff0c\u56de","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6680"}; 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 () { } }); }); }