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=4256&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: 1744969387, nonceStr: 'IQTsCDse2GpsEcvO', signature: '89267529ae2ddcb73f3293d7abfee6b418279bdb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u83b1\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7231\u5728\u83b1\u533b\uff0c\u4e0d\u4f1a\u5b64\u5355","smalltext":" \u6211\u4eec\u56e0\u4e3a\u5de5\u4f5c\u5173\u7cfb\uff0c\u9700\u8981\u6570\u6b21\u7684\u67653\u697c\u513f\u5eb7\u8fd9\u91cc\uff0c\u6bcf\u6b21\u6765\uff0c\u5fc3\u7075\u90fd\u4f1a\u53d7\u5230\u51b2\u51fb\uff0c\u5728\u611f\u6168\u4e0a\u82cd\u5bf9\u6211\u4eec\u4f18\u5f85\u7684\u540c\u65f6\uff0c\u66f4\u52a0\u5fc3\u75bc\u8fd9\u91cc\u7684\u5b69\u5b50\u3002 4\u67082\u65e5\uff0c\u4e16\u754c\u5b64\u72ec\u75c7\u65e5\uff0c\u6211\u4eec\u4e00\u76f4\u5728\u60f3\uff0c\u80fd\u4e3a\u5b69\u5b50\u4eec\u505a\u70b9\u4ec0\u4e48\uff0c\u54ea","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4256"}; 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 () { } }); }); }