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=2007&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: 1714269851, nonceStr: '68L9NhiXYc7tJgFh', signature: '72b04624717d7c4d8163ac07db2d7df62c3009e8', 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\u4f9b\u9910\u5c0f\u5de5\u4f5c\uff0c\u4fdd\u969c\u5927\u4efb\u52a1","smalltext":"\u6709\u4e00\u5206\u70ed\uff0c\u53d1\u4e00\u5206\u5149\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u8425\u517b\u79d1\u98df\u5802\u7684\u5de5\u4f5c\u4eba\u5458\u4eec\u8fde\u65e5\u6765\u575a\u5b88\u5728\u81ea\u5df1\u7684\u5c97\u4f4d\u4e0a\uff0c\u8f9b\u82e6\u800c\u53c8\u7d27\u5f20\u7684\u5de5\u4f5c\u4f7f\u4ed6\u4eec\u7565\u663e\u75b2\u60eb\u3002 \u4ed6\u4eec\u8eab\u5904\u5728\u75ab\u60c5\u7126\u70b9\u7684\u80cc\u540e\uff0c\u9ed8\u9ed8\u65e0\u95fb\u5374\u53c8\u6574\u65e5\u5fd9\u788c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2007"}; 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 () { } }); }); }