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=1585&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: 1747204402, nonceStr: 'pSbMNzcZixGxP6Ed', signature: '6316fbf34718118e2c4825872917a914051f1352', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/6c04b9edd1af61071fde1d0f1f22133f.jpg","title":"\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6253\u5f00\u751f\u4e4b\u95e8 \u5b88\u671b\u82b1\u76db\u5f00","smalltext":"\u79bb\u5f00\u8c61\u7259\u5854\u5230\u53c8\u810f\u53c8\u7d2f\u7684\u5987\u4ea7\u79d1\uff0c\u6211\u5df2\u5de5\u4f5c7\u5e74\u4e86\uff0c\u90fd\u8bf4\u4e03\u5e74\u4e4b\u75d2\uff0c\u892a\u53bb\u6700\u521d\u7684\u70ed\u60c5\uff0c\u96be\u514d\u4f1a\u6709\u9003\u79bb\u7684\u51b2\u52a8\u3002\u800c\u5728\u4ea7\u79d1\u4e0e\u540c\u4e8b\u5e76\u80a9\u6218\u6597\u7684\u8fd97\u5e74\uff0c\u5374\u8ba9\u6211\u8d8a\u6765\u8d8a\u70ed\u7231\uff0c\u8d8a\u6765\u8d8a\u7740\u8ff7\uff0c\u4e5f\u8d8a\u6765\u8d8a\u75bc\u60dc\u8eab\u8fb9\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1585"}; 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 () { } }); }); }