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=4048&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: 1745056694, nonceStr: 'jgdbTyXnIZl0QrpG', signature: '07af82c7c423c8d8c34d40f8e3625eb89a068a8f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u6025\uff01\u8179\u75db\u96be\u5fcd\u5c31\u8bca\u6c7e\u533b \u559c\uff01\u53cc\u955c\u8054\u5408\u89e3\u9664\u75c5\u75db","smalltext":"\u65b0\u6625\u4f73\u8282\uff0c\u4e07\u5bb6\u56e2\u5706\uff0c\u4eb2\u670b\u6b22\u805a\uff0c\u5171\u54c1\u4f73\u80b4\u3002\u7136\u800c\uff0c\u4e0d\u5f53\u996e\u98df\u6781\u6613\u5f15\u53d1\u76f8\u5173\u75be\u75c5\u3002\u8fd9\u4e0d\uff0c51\u5c81\u7684\u4efb\u5973\u58eb\u8fdb\u98df\u6cb9\u817b\u98df\u7269\u540e\u51fa\u73b0\u4e0a\u8179\u90e8\u75bc\u75db\uff0c\u4f34\u8170\u80cc\u90e8\u618b\u56f0\u4e0d\u9002\uff0c\u5e76\u6709\u6076\u5fc3\u3001\u5455\u5410\u7b49\u3002\u6025\u6765\u5230\u5c71\u897f\u7701\u6c7e\u9633\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4048"}; 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 () { } }); }); }