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=4016&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: 1745056177, nonceStr: 'Polba4HsSz86MJSK', signature: '4a3dd343327b0746debb36d88bb7c564992f33a4', 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:\u521a\u521a\u51fa\u9662\u7684\u60a3\u8005\u5199\u4e86\u4e09\u5929\u6625\u8054 \u53ea\u4e3a\u9001\u7ed9\u4ed6\u6700\u60f3\u611f\u8c22\u7684\u4eba\u4eec","smalltext":"\u6625\u8282\u5373\u5c06\u5230\u6765\uff0c\u6566\u5316\u5e02\u533b\u9662\u6d88\u5316\u5185\u79d1\u5168\u4f53\u533b\u52a1\u4eba\u5458\u6536\u5230\u4e86\u4e00\u4efd\u7279\u6b8a\u7684\u65b0\u6625\u201c\u793c\u7269\u201d\u3002\u524d\u51e0\u65e5\uff0c\u79d1\u5ba4\u4f4f\u8fdb\u4e00\u4f4d\u6025\u6027\u9ec4\u75b8\u6027\u809d\u708e\u7684\u60a3\u8005\uff0c\u6211\u4eec\u79f0\u547c\u4ed6\u4e3a\u5f90\u5927\u7237\uff0c\u8d77\u521d\u5f90\u5927\u7237\u7684\u75c5\u60c5\u5f88\u4e25\u91cd\uff0c\u5404\u9879\u6307\u6807\u5f88","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4016"}; 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 () { } }); }); }