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=6510&classid=14&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: 1750066739, nonceStr: '0mrlkLolqSABkemI', signature: '10417c58fc77fbcd089a803358e312069a36503e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u661f\u661f\u70b9\u706f","smalltext":"\u4f60\u770b\u89c1\u8fc7\u84dd\u8272\u5929\u5e55\u4e0b\u7684\u53cc\u5b50\u661f\u5417\uff1f2020\u5e748\u6708\uff0c\u4e00\u5c01\u7ea2\u8272\u7684\u5f55\u53d6\u901a\u77e5\u4e66\u628a\u6211\u9001\u5165\u6606\u660e\u533b\u79d1\u5927\u5b66\u3002\u4e1c\u82d1\u897f\u95e8\u5199\u7740\u7684\u201c\u6606\u660e\u533b\u79d1\u5927\u5b66\u201d\u51e0\u4e2a\u5929\u84dd\u8272\u5927\u5b57\u9f99\u98de\u51e4\u821e\u3002\u4e00\u6b21\u5076\u7136\u7684\u673a\u4f1a\uff0c\u6211\u4e86\u89e3\u5230\u4e86\u6606","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6510"}; 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 () { } }); }); }