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=3306&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: 1716090035, nonceStr: 'xLSPsMEKPyR73KfB', signature: '62d71e9d9cb9de7b4f23775cbbe5eb2ecc5c2b25', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u5168\u6c11\u8425\u517b\u5468\uff1a\u63d0\u9ad8\u514d\u75ab\u529b\uff0c\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u5728\u884c\u52a8","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u63d0\u9ad8\u5168\u6c11\u8425\u517b\u5065\u5eb7\u7d20\u517b\u548c\u5065\u5eb7\u6c34\u5e73\uff0c\u63d0\u9ad8\u516c\u4f17\u5bf9\u8425\u517b\u81b3\u98df\u7684\u8ba4\u8bc6\uff0c5\u670822\u65e5\u4e0a\u5348\uff0c\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u6765\u5230\u6865\u897f\u533a\u4e94\u56db\u793e\u533a\uff0c\u7ec4\u7ec7\u5f00\u5c55\u4e86\u201c\u5408\u7406\u81b3\u98df \u5168\u6c11\u8425\u517b\u65b0\u65f6\u4ee3\u201d\u2014\u2014 2020\u5e74\u5168\u6c11\u8425","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3306"}; 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 () { } }); }); }