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=4654&classid=11&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: 1716090032, nonceStr: 'qdMzCdZCgQsdQJIK', signature: 'c2ed9ab56d60c5b5939bc79ca11c77ef76f973ee', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u80dc\u5229\u6cb9\u7530\u4e2d\u5fc3\u533b\u9662-\u63e1\u624b\u2014\u7275\u624b\u2014\u8fde\u5fc3\u533b\u8054\u4f53\u5efa\u8bbe\u4e09\u90e8\u66f2","smalltext":"\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5728\u5168\u56fd\u536b\u751f\u4e0e\u5065\u5eb7\u5927\u4f1a\u4e0a\u7684\u8bb2\u8bdd\u4e2d\uff0c\u5c06\u5206\u7ea7\u8bca\u7597\u5236\u5ea6\u653e\u5728\u4e86\u4e94\u9879\u57fa\u672c\u533b\u7597\u536b\u751f\u5236\u5ea6\u7684\u9996\u4f4d\u3002\u533b\u8054\u4f53\u5efa\u8bbe\u4f5c\u4e3a\u63a8\u8fdb\u5206\u7ea7\u7684\u6709\u6548\u65b9\u5f0f\uff0c\u5f97\u5230\u5404\u7ea7\u653f\u5e9c\u7684\u5927\u529b\u652f\u6301\uff0c\u76f8\u7ee7\u51fa\u53f0\u4e86\u76f8\u5173\u63a8","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4654"}; 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 () { } }); }); }