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=748&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: 1746677530, nonceStr: 'O2i77AqS3nXWOeQO', signature: 'b93839fc26c59c422b7dde9d2b353991e6e4c184', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/16894d563593dda98b740be815b44570.jpg","title":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u6211\u4e0d\u548b\u559d\u9152\uff0c\u4e00\u987f\u4e5f\u5c31\u4e24\u676f63\u5ea6\u4e8c\u9505\u5934","smalltext":"\u5927\u592b\uff1a\u201c\u559d\u9152\u4e0d\uff1f\u201d\u60a3\u8005\uff1a\u201c\u6212\u5566\uff01\u201d\u5927\u592b\uff1a\u201c\u54e6\uff0c\u6212\u591a\u4e45\u5566\uff1f\u201d\u60a3\u8005\uff1a\u201c\u4eca\u5929\u65e9\u6668\u6212\u7684\uff01\u201d\u5927\u592b\uff1a\u201c\u5e73\u65f6\u559d\u591a\u5c11\uff1f\u201d\u60a3\u8005\uff1a\u201c\u4e5f\u4e0d\u548b\u559d\uff0c\u4e2d\u5348\u548c\u665a\u4e0a\uff0c\u4e00\u987f\u4e5f\u5c31\u559d\u4e24\u676f\u591a\u70b9\u3002\u201d\u5927\u592b\uff1a\u201c\u54e6\uff0c\u4e00\u676f2\u4e24\uff0c\u559d4\u4e24\u4e5f\u4e0d\u591a\u554a\u3002\u201d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=748"}; 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 () { } }); }); }