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=1715&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: 1749466954, nonceStr: 'L8ORQg9M2yNhAvTw', signature: 'a9d5a24337824a5ba93301dbc42640f587552e36', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u6211\u7684\u773c\u91cc\u53ea\u6709\u4f60\uff01\u7231\u5fc3\u7269\u8d44\u52a9\u529b\u9632\u75ab\u4e00\u7ebf","smalltext":"2\u67082\u65e5\u4e0a\u53489\u65f6\uff0c\u6e56\u5317\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\u7269\u8d28\u4f9b\u5e94\u5e93\u6536\u5230\u4e24\u7bb1\u5feb\u9012\uff0c\u6253\u5f00\u4e00\u770b\uff0c\u539f\u6765\u662f70\u76d2\u7cbe\u81f4\u7684\u7ea2\u7cd6\u809a\u8110\u997c\u3002\u8fd9\u662f\u7ee7\u6628\u65e5\u6536\u5230350\u526f\u62a4\u76ee\u955c\u4e4b\u540e\uff0c\u7531\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u4eba\u6587\u4e13\u59d4\u4f1a\u7ec4\u7ec7\u534f\u8c03\u7684\u53c8\u4e00","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1715"}; 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 () { } }); }); }