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=6543&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: 1716238711, nonceStr: 'zXg9UtVBWuIxizup', signature: '44ed450d0677774c96df3b05eaaa78a645c45c7c', 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\u7528\u5fc3\u5b88\u62a4\u751f\u547d \u7528\u7231\u878d\u5316\u51b0\u96ea","smalltext":"\u60a3\u8005\u4e00\u4e2a\u611f\u6fc0\u7684\u773c\u795e\uff0c\u4e00\u53e5\u771f\u8bda\u7684\u5bf9\u767d\uff0c\u90fd\u4f1a\u8ba9\u6211\u4eec\u5fd8\u8bb0\u75b2\u52b3\uff0c\u5949\u732e\u7684\u8363\u8000\u8ba9\u6211\u4eec\u7518\u4e8e\u5e73\u51e1\u3002\u60a3\u8005\u4e0e\u5bb6\u5c5e\u7684\u80af\u5b9a\u662f\u5bf9\u6240\u6709\u533b\u62a4\u4eba\u5458\u5de5\u4f5c\u6700\u5927\u7684\u9f13\u52b1\u3002\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u81ea\u5f00\u5c55\u62a4\u7406\u5ef6\u4f38\u670d\u52a1\u4ee5\u6765","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6543"}; 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 () { } }); }); }