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=2708&classid=13&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: 1746160260, nonceStr: 'Ve3LQitRN7XrEIsc', signature: 'd17c1fbe43bfcd81b93f943594c70f51803b4cc1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u836f\u5b66\u90e8\uff1a\u5b88\u62a4\u4e0d\u7f3a\u5e2d\uff0c\u6253\u9020\u6709\u6e29\u5ea6\u7684\u836f\u5b66\u670d\u52a1","smalltext":"\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u836f\u5b66\u90e8\u662f\u96c6\u836f\u4e8b\u7ba1\u7406\u4e0e\u836f\u5b66\u670d\u52a1\u4e8e\u4e00\u4f53\u7684\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u6027\u533b\u9662\u836f\u5b66\u4e13\u4e1a\u6280\u672f\u90e8\u95e8\uff0c\u5b9e\u884c\u591a\u9662\u533a\u7edf\u4e00\u7ba1\u7406\u6a21\u5f0f\uff0c\u79d1\u5ba4\u8bbe\u6709\u836f\u54c1\u4f9b\u5e94\u3001\u8d28\u91cf\u76d1\u63a7\u3001\u836f\u5b66\u4fe1\u606f\u3001\u836f\u54c1\u8c03\u5242\u3001\u9759","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2708"}; 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 () { } }); }); }