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=831&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: 1749396687, nonceStr: '3BoKWqXjLRfvLSvn', signature: '674440682e6360fc1008e47f807b1c41857fd3b0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/0a81cb1a78c6a096f2a3b7ef5f396049.jpg","title":"\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u611f\u8c22\u4f60\uff0c\u575a\u5f3a\u7684\u59d1\u5a18\uff01","smalltext":"\u5f53\u518d\u6b21\u770b\u5230\u8fd9\u6247\u8ba9\u5979\u91cd\u83b7\u65b0\u751f\u7684\u91cd\u75c7\u76d1\u62a4\u5ba4\u5927\u95e8\uff0c\u79c0\u79c0\u65e9\u5df2\u6ce3\u4e0d\u6210\u58f0\u3002\u56db\u4e2a\u6708\u524d\u7684\u4e00\u5929\u51cc\u6668\uff0c\u4f34\u968f\u7740120\u6551\u62a4\u8f66\u7684\u8702\u9e23\u58f0\uff0c\u4e00\u4f4d\u906d\u8f66\u7978\u78be\u538b\u7684\u5e74\u8f7b\u5973\u60a3\u8005\u88ab\u9001\u8fbe\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u6025\u8bca\u62a2\u6551\u5ba4\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=831"}; 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 () { } }); }); }