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=1556&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: 1715523537, nonceStr: 'NgM3uhfHUIFd7wHz', signature: '8822d9e3ce62ed657ec26f9aa48c96040a41aa0c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/c094db321fc80dc44ef9bae1588ccfc0.jpg","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u53ea\u662f\u56e0\u4e3a\u591a\u770b\u4e86\u5979\u4e00\u773c\uff0c\u8fd9\u4e2a\u62a4\u58eb\u6551\u4e86\u5979\u7684\u547d\u2026\u2026","smalltext":"\u8fd9\u662f\u4e00\u4e2a\u9633\u5149\u660e\u5a9a\u7684\u51ac\u65e5\u6e05\u6668\uff0c\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u5e72\u90e8\u75c5\u623f\u62a4\u58eb\u5218\u79c0\u63a8\u7740\u5904\u7f6e\u8f66\u6765\u52302117\u75c5\u623f\uff0c\u6d17\u624b\u3001\u6838\u5bf9\u59d3\u540d\u3001\u8c03\u8282\u8f93\u6db2\u67b6\u3001\u8be2\u95ee\u60a3\u8005\u4e00\u591c\u75c5\u60c5\u53d8\u5316\uff0c\u6240\u6709\u64cd\u4f5c\u90fd\u5728\u6709\u6761\u4e0d\u7d0a\u7684\u8fdb\u884c\u4e2d\uff0c\u4e00\u5207\u5982","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1556"}; 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 () { } }); }); }