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=3500&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: 1714617243, nonceStr: 'pv7TzxkxcIru6M2A', signature: '6043c1eac0dcd48251fd108e4b69b6c1be6b9091', 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\u6253\u9020\u53bf\u57df\u533b\u7597\u670d\u52a1\u7b2c\u4e00\u5171\u540c\u4f53\uff5c\u6566\u5316\u5e02\u533b\u9662\u533b\u5171\u4f53\u6210\u7acb","smalltext":"\u4e3a\u63d0\u5347\u53bf\u57df\u533b\u7597\u536b\u751f\u670d\u52a1\u8d28\u91cf\u548c\u6280\u672f\u6c34\u5e73\uff0c\u6784\u5efa\u5177\u6709\u7279\u8272\u7684\u6574\u5408\u578b\u533b\u7597\u536b\u751f\u670d\u52a1\u4f53\u7cfb\u7740\u529b\u589e\u5f3a\u4eba\u6c11\u7fa4\u4f17\u5065\u5eb7\u83b7\u5f97\u611f\u3001\u5e78\u798f\u611f\u548c\u5b89\u5168\u611f\uff0c\u5728\u5e02\u59d4\u3001\u5e02\u653f\u5e9c\u53ca\u4e0a\u7ea7\u536b\u751f\u884c\u653f\u90e8\u95e8\u7684\u9886\u5bfc\u4e0b\uff0c\u5e02\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3500"}; 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 () { } }); }); }