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=1053&classid=4&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: 1715716857, nonceStr: 'G5AsIgLJDBH86xty', signature: '5fc6e0b7b53effc8513f6e63e874bda7c44d8066', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f6d\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u66fe\u7ef4\u8273\uff1a\u6211\u7684\u4eba\u6587\u533b\u5b66\u5f00\u59cb\u4e4b\u8def","smalltext":"\u4e94\u5e74\u524d\u7684\u4e00\u5929\uff0c\u9886\u5bfc\u7a81\u7136\u627e\u6211\u8c08\u8bdd\uff0c\u8ba9\u6211\u591a\u5c97\u4f4d\u953b\u70bc\u5230\u533b\u9662\u54c1\u724c\u63a8\u5e7f\u90e8\u95e8\u53bb\u5de5\u4f5c\uff0c\u5f53\u65f6\u4e00\u4e0b\u5b50\u5c31\u8499\u4e86\u3002\u81ea\u5df1\u4e00\u76f4\u7684\u68a6\u60f3\u662f\u597d\u597d\u4ece\u4e8b\u4e13\u4e1a\u5de5\u4f5c\uff0c\u5728\u4e13\u4e1a\u4e0a\u6709\u6240\u5efa\u6811\uff0c\u73b0\u5728\u5230\u4e00\u4e2a\u548c\u4e13\u4e1a\u65e0\u5173\u7684\u79d1\u5ba4\u5f00","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1053"}; 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 () { } }); }); }