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=2222&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: 1747124761, nonceStr: 'BnfzMC81dZq5Ux7h', signature: '778598998ded88ba38732a2895500b00be5fe121', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u767d\u8863\u505a\u6218\u888d \u4eba\u5fc3\u505a\u94e0\u7532","smalltext":"\u201c\u6765\uff0c\u6d77\u971e\uff0c\u8fd9\u662f\u5e2e\u4f60\u70ed\u597d\u7684\u996d\u83dc\uff0c\u8d76\u7d27\u8d81\u70ed\u5403\uff0c\u4e00\u4f1a\u522b\u5fd8\u628a\u9884\u9632\u6027\u6c64\u836f\u4e5f\u559d\u4e86\uff01\u201d\u8d28\u91cf\u7ba1\u7406\u79d1\u4e3b\u4efb\u6a0a\u971e\u628a\u521a\u521a\u70ed\u597d\u7684\u76d2\u996d\u9012\u7ed9\u624d\u4ece\u9694\u79bb\u75c5\u533a\u56de\u6765\u7684\u62a4\u58eb\u957f\u97e9\u6d77\u971e\u3002\u201c\u8c22\u8c22\u6a0a\u4e3b\u4efb\u5566\uff01\u201d\u97e9\u6d77\u971e\u6d17\u597d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2222"}; 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 () { } }); }); }