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=6723&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: 1715627298, nonceStr: '6OfJ2ifnPU8QCq1d', signature: '2b57af17fcddb33bcad5897e12c1ac7078ccc583', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7279\u6b8a\u6765\u4fe1","smalltext":"\u5e74\u5173\u5c06\u81f3\u4e86\uff0c\u90a3\u5929\uff0c\u521b\u53e3\u95e8\u8bca\u6765\u4e86\u4e00\u4f4d\u7279\u6b8a\u60a3\u8005\uff0c\u4ed6\u8eab\u4f53\u50f5\u786c\uff0c\u5931\u8bed\uff0c\u5de6\u624b\u3001\u53f3\u817f\u68c9\u57ab\u6577\u6599\u5305\u88f9\uff0c\u7531\u8001\u4f34\u548c\u513f\u5b50\u7528\u8f6e\u6905\u63a8\u5165\u6211\u7684\u8bca\u5ba4\uff0c\u5bd2\u51ac\u814a\u6708\u7684\u5929\u6c14\uff0c\u4ed6\u4eec\u5df2\u7ecf\u6ee1\u5934\u5927\u6c57\u3002\u8001\u592a\u592a\u6ee1\u9762\u6101\u8272\u62db\u547c\u6211 \uff1a\u201c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6723"}; 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 () { } }); }); }