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=2959&classid=11&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: 1746164883, nonceStr: 'NHD0fhg2yt8nOBd1', signature: '8022bb0d088c6498e6482521341164207aaa4490', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u592a\u539f\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4f60\u82e5\u76db\u653e\u3001\u8774\u8776\u81ea\u6765","smalltext":"\u533b\u9662\u6587\u5316\u662f\u533b\u9662\u7ade\u4e89\u529b\u4e2d\u65e0\u5904\u4e0d\u5728\u7684\u8f6f\u56e0\u7d20\uff0c\u8d2f\u7a7f\u4e8e\u533b\u7597\u884c\u4e3a\u7684\u59cb\u7ec8\uff0c\u662f\u533b\u9662\u5728\u670d\u52a1\u3001\u8d28\u91cf\u3001\u4eba\u624d\u3001\u7ba1\u7406\u3001\u7ecf\u8425\u7406\u5ff5\u7b49\u4e00\u7cfb\u5217\u8fc7\u7a0b\u4e2d\u5f62\u6210\u7684\uff0c\u5177\u6709\u9c9c\u660e\u7684\u4e2a\u6027\u7279\u5f81\u3002\u5176\u4e2d\uff0c\u54c1\u724c\u662f\u533b\u9662\u6587\u5316\u5efa\u8bbe","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2959"}; 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 () { } }); }); }