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=721&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: 1746671700, nonceStr: 'HTSLPGtZb9zPAAAO', signature: '5f9d96e1d0137b30b12284af30950f587c01736c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/8977bfe6fdcb975ab6c7531cc8e1ddf2.jpg","title":"\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u745e\u91d1\u533b\u9662\uff1a\u4ed6\u4eec\u4e3a\u62a4\u5de5\u529e\u4e86\u4e00\u6240\u7279\u522b\u7684\u5de5\u53cb\u516c\u76ca\u5b66\u6821","smalltext":"\u6bcf\u4e2a\u4eba\u90fd\u53ef\u80fd\u56e0\u4e3a\u751f\u75c5\u800c\u8d70\u8fdb\u533b\u9662\u3002\u51b3\u5b9a\u75c5\u60a3\u5c31\u533b\u4f53\u9a8c\u7684\uff0c\u9664\u4e86\u4e00\u5bb6\u533b\u9662\u7684\u533b\u7597\u6c34\u5e73\uff0c\u4f3c\u4e4e\u8fd8\u6709\u4e00\u4e9b\u522b\u7684\u4ec0\u4e48\u3002\u8fd9\u4e9b\u201c\u522b\u7684\u201d\uff0c\u7a76\u7adf\u662f\u4ec0\u4e48\uff1f50\u591a\u5c81\u7684\u4f55\u656c\u56fd\u662f\u4e0a\u6d77\u745e\u91d1\u533b\u9662\u75c5\u623f\u91cc\u7684\u4e00\u4f4d\u9001\u9910","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=721"}; 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 () { } }); }); }