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=3059&classid=5&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: 1745150544, nonceStr: 'E4kazVPNK02TTT2t', signature: '4402ad707ed603cfcbbf53ab87b710972c52f4e6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u53bb\u65f6\u65e0\u754f\uff0c\u5f52\u6765\u65e0\u6059\uff01\u6211\u4eec\u7684\u63f4\u9102\u82f1\u96c4\u56de\u5bb6\u4e86\uff01","smalltext":"\u4ece\u6765\u6ca1\u6709\u4e00\u4e2a\u6625\u5929\u8ba9\u4eba\u5982\u6b64\u671f\u5f85\uff0c\u4ece\u6765\u6ca1\u6709\u4e00\u79cd\u8fce\u63a5\u8ba9\u4eba\u5982\u6b64\u70ed\u5207\u3002\u767d\u8863\u6267\u7532\uff0c\u9006\u884c\u51fa\u5f81\uff0c\u93d6\u6218\u524d\u7ebf\uff0c\u4eca\u671d\u51ef\u65cb\u3002\u6628\u5929\u4e0b\u53483\u70b9\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u4e24\u4f4d\u63f4\u9102\u6218\u58eb\u2014\u2014\u96f7\u53f6\u9759\u3001\u9648\u745e\u971e\uff0c\u5728\u79bb\u6e2972\u5929\u4e4b\u540e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3059"}; 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 () { } }); }); }