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=2607&classid=13&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: 1716037841, nonceStr: 'S47vbf9mnUIbYheK', signature: 'a3b753cc38ece8d224266136b16d8f3d10979c4b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\u793e\u4f1a\u670d\u52a1\u90e8\uff1a\u7528\u5fc3\u670d\u52a1\u5e7f\u5927\u60a3\u8005\u53ca\u5bb6\u5c5e","smalltext":"\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\u793e\u4f1a\u670d\u52a1\u90e8\u6210\u7acb\u4e8e2013\u5e7411\u6708\uff0c\u73b0\u6709\u5458\u5de58\u540d\u3002\u4e3b\u8981\u8d1f\u8d23\u63a5\u5f85\u60a3\u8005\u53ca\u5bb6\u5c5e\u6295\u8bc9\u3001\u5ba3\u4f20\u3001\u4eb2\u60c5\u8bbf\u95ee\u3001\u7ec4\u7ec7\u4e0b\u4e61\u4e49\u8bca\u7b49\u5de5\u4f5c\u3002\u591a\u5e74\u6765\u575a\u6301\u6253\u9020\u521b\u65b0\u56e2\u961f\uff0c\u7528\u5fc3\u670d\u52a1\u5e7f\u5927\u60a3\u8005\u53ca\u5bb6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2607"}; 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 () { } }); }); }