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=681&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: 1749359982, nonceStr: 'BEArHiPtmapcdZv4', signature: '109e89bfb6ed2ef118d2551b79930c564786f474', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/ead22e60f0606be4fc10af209b59cffa.jpg","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u8d70\u8fdb\u201c\u4e24\u5f39\u57ce\u201d \u5f00\u5c55\u7ea2\u8272\u6559\u80b2\u5b9e\u8df5\u6d3b\u52a8","smalltext":"6\u670829\u65e5\uff0c\u4e3a\u7eaa\u5ff5\u4e2d\u56fd\u5171\u4ea7\u515a\u5efa\u515a98\u5468\u5e74\u53ca\u5e86\u795d\u65b0\u4e2d\u56fd\u6210\u7acb70\u5468\u5e74\uff0c\u6df1\u5165\u5b66\u4e60\u8d2f\u5f7b\u597d\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\u548c\u7701\u59d4\u5341\u4e00\u5c4a\u4e94\u6b21\u5168\u4f1a\u66a8\u5168\u7701\u201c\u4e0d\u5fd8\u521d\u5fc3\u3001\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b\u9898\u6559\u80b2\u5de5\u4f5c\u4f1a\u8bae\u7cbe\u795e\uff0c\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\u884c\u653f\u7b2c\u4e00\u515a\u652f\u90e8\u3001\u7b2c\u4e8c\u515a\u652f\u90e850\u4f59\u540d\u515a\u5458\u524d\u5f80\u6893\u6f7c\u201c\u4e2d\u56fd\u4e24\u5f39\u57ce\u201d\u5f00\u5c55\u7ea2\u8272\u6559\u80b2\u5b9e\u8df5\u6d3b\u52a8\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=681"}; 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 () { } }); }); }