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=1946&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: 1714722973, nonceStr: 'W5MsfCwZzcB130CB', signature: '5cef701f5b373f125378fc412688f5e2c33fe06b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u5171\u4ea7\u515a\u5458\u5728\u4e00\u7ebf\uff0c\u7eed\u533b\u60a3\u60c5\u7f18","smalltext":"\u75ab\u60c5\u5c1a\u672a\u7f13\u89e3\uff0c\u5de5\u4f5c\u4ecd\u5728\u7ee7\u7eed\u30022\u670814\u65e5\uff0c\u4f5c\u4e3a\u652f\u63f4\u533b\u9662\u9694\u79bb\u75c5\u623f\u7b2c\u4e8c\u68af\u961f\u4eba\u5458\u7684\u9aa8\u5916\u79d1\u4e8c\u75c5\u533a\u526f\u4e3b\u4efb\u9648\u6d9b\u5e73\u8fdb\u5165\u4e86\u611f\u67d3\u6027\u75be\u75c5\u79d1\u56db\u75c5\u533a\u3002\u6bcf\u5929\uff0c\u4ed6\u63d0\u524d\u4e00\u4e2a\u5c0f\u65f6\u5230\u5c97\uff0c\u5229\u7528\u534a\u4e2a\u5c0f\u65f6\u8fdb\u884c\u5de5\u4f5c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1946"}; 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 () { } }); }); }