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=2656&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: 1715879277, nonceStr: 'Xp2Ki3KaN3bkUO2s', signature: 'cd8f996eb5df5fbcc1bd71b9f5994a879c2a00b5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u515a\u59d4\u5ba3\u4f20\u90e8\uff1a\u505a\u533b\u7597\u536b\u751f\u7cbe\u795e\u7684\u8868\u8fbe\u8005","smalltext":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u515a\u59d4\u5ba3\u4f20\u90e8\/\u65b0\u95fb\u4e2d\u5fc3\u8d1f\u8d23\u533b\u9662\u5bf9\u5185\u5bf9\u5916\u5ba3\u4f20\u5de5\u4f5c\u3001\u8206\u60c5\u76d1\u6d4b\u4e0e\u5904\u7f6e\u3001\u653f\u6cbb\u601d\u60f3\u6559\u80b2\u3001\u610f\u8bc6\u5f62\u6001\u5de5\u4f5c\u4ee5\u53ca\u533b\u9662\u6587\u5316\u5efa\u8bbe\u5de5\u4f5c\u3002\u533b\u9662\u5ba3\u4f20\u56e2\u961f\u4e2d\u65e2\u6709\u4f18\u79c0\u7684\u9886\u5934\u7f8a\uff0c\u4e3a\u56e2","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2656"}; 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 () { } }); }); }