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=6465&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: 1743764868, nonceStr: 'tVi5PAZEM2CPGvmI', signature: '9677a904779d8bd5e81d5c48d41b0e057d811e35', 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\u513f\u79d1\u4eba\u6587\u7ba1\u7406\uff0c\u8ba9\u533b\u7597\u670d\u52a1\u66f4\u6e29\u6696","smalltext":"\u5728\u4e00\u4e2a\u7e41\u5fd9\u7684\u90fd\u5e02\u4e2d\uff0c\u6709\u4e00\u5bb6\u7531\u4e16\u754c500\u5f3a\u4f01\u4e1a\u5728\u897f\u5357\u5730\u533a\u6253\u9020\u7684\u9996\u5bb6\u4e00\u4f53\u5316\u4e09\u7ea7\u7efc\u5408\u533b\u9662\u201c\u56db\u5ddd\u6cf0\u5eb7\u533b\u9662\u201d\uff0c\u5b83\u4ee5\u5176\u72ec\u7279\u7684\u4eba\u6587\u7ba1\u7406\u7406\u5ff5\uff0c\u4e3a\u60a3\u513f\u63d0\u4f9b\u4e86\u4e00\u79cd\u5168\u65b0\u7684\u533b\u7597\u670d\u52a1\u4f53\u9a8c\u3002\u5f53\u6e05\u6668","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6465"}; 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 () { } }); }); }