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=2463&classid=12&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: 1749186528, nonceStr: 'ANhqaafsi7KM1ouZ', signature: '7c5e2629967bec185e03e0d715ed45eebe202eae', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91d1\u5c71\u536b\u9547\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u9ad8\u6d69\u7f8e\uff1a\u59cb\u4e8e\u533b\u8005\u62c5\u5f53\u3001\u6210\u4e8e\u4eba\u6587\u60c5\u6000","smalltext":"\u533b\u9662\u52fe\u753b\u53d1\u5c55\u84dd\u56fe\uff0c\u732e\u8a00\u5efa\u7b56\u662f\u5979\uff1b\u7ec4\u7ec7\u65e5\u5e38\u5de5\u4f5c\uff0c\u5e7f\u601d\u96c6\u76ca\u662f\u5979\uff1b\u63a8\u52a8\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u2014\u5b89\u5b81\u7597\u62a4\u4e3a\u4e00\u9547\u4e00\u54c1\uff0c\u4e00\u9524\u5b9a\u97f3\u662f\u5979\u3002\u5979\u5c31\u662f\u91d1\u5c71\u536b\u9547\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u7684\u4e3b\u4efb\u2014\u2014\u9ad8\u6d69\u7f8e\u3002\u5e74\u5df2\u4e0d\u60d1\u7684","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2463"}; 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 () { } }); }); }