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=261&classid=11&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: 1714242234, nonceStr: '5ag4caGNxjQHJrVp', signature: '285e658031b3a1fb37e9f672945fcc6969282c98', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u7528\u7231\u5b88\u62a4\u6765\u81ea\u661f\u661f\u7684\u4f60","smalltext":"\u6709\u8fd9\u6837\u4e00\u7fa4\u6765\u81ea\u661f\u661f\u7684\u5b69\u5b50\uff0c\u4ed6\u4eec\u6c89\u6d78\u5728\u81ea\u5df1\u7684\u4e16\u754c\u91cc\uff0c\u4ed6\u4eec\u66f4\u9700\u8981\u6211\u4eec\u7684\u6e29\u6696\u3001\u7231\u548c\u966a\u4f34\uff0c\u4f5c\u4e3a\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\u5357\u4e01\u683c\u5c14\u62a4\u7406\u670d\u52a1\u5fd7\u613f\u961f\u7684\u4e00\u5458\uff0c\u6211\u4eec\u60f3\u5c3d\u5df1\u6240\u80fd\uff0c\u5173\u7231\u8fd9\u4e2a\u7279\u6b8a\u7684\u7fa4\u4f53\uff0c\u4e5f\u5e0c\u671b\u66f4\u591a\u7684\u4eba\u6765\u5173\u7231\u548c\u7406\u89e3\u4ed6\u4eec\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=261"}; 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 () { } }); }); }