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=4403&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: 1744969658, nonceStr: 'VeL1pWMTeF21UKrk', signature: 'caf736d406b95c0a03ec748c121e3795a351d745', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u9a70\u63f4\u6b66\u6c49\u533b\u751f\u5f20\u94a2\u5f3a\u8363\u83b7\u6f14\u8bb2\u6bd4\u8d5b\u4e00\u7b49\u5956","smalltext":" \u4e3a\u5e86\u795d\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb100\u5468\u5e74\uff0c\u91cd\u6e29\u515a\u7684\u5149\u8f89\u5386\u7a0b\uff0c\u6b4c\u9882\u515a\u7684\u4f1f\u5927\u6210\u5c31\uff0c\u7ee7\u627f\u548c\u53d1\u626c\u515a\u7684\u4f18\u826f\u4f20\u7edf\uff0c\u5145\u5206\u5c55\u793a\u8857\u533a\u5e7f\u5927\u5e72\u90e8\u7fa4\u4f17\u7231\u515a\u7231\u56fd\u7231\u793e\u4f1a\u4e3b\u4e49\u7684\u6df1\u539a\u60c5\u6000\uff0c\u6566\u5316\u5e02\u6c11\u4e3b\u8857\u9053\u5de5\u4f5c\u59d4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4403"}; 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 () { } }); }); }