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=737&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: 1746677244, nonceStr: 'SKVketM8TMYwOzfu', signature: 'a5683e05c9d3143422863b4dc2dfeda374e2b802', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/24c6502b4bc4faa4747448a95052a6c3.jpg","title":"\u5e38\u5dde\u4e09\u9662\uff1a\u4e00\u4e2a\u7279\u6b8a\u75c5\u623f\uff0c\u53cc\u91cd\u5fc3\u7406\u9632\u7ebf","smalltext":"\u8bf4\u8d77\u5e38\u5dde\u4e09\u9662\u611f\u67d3\u4e00\u79d1\uff0c\u5b83\u7684\u524d\u8eab\uff0c\u56e0\u4e3a\u201c\u4f20\u67d3\u75c5\u201d\u7684\u5e3d\u5b50\uff0c\u5728\u5e38\u5dde\u8001\u767e\u59d3\u4e2d\u4e45\u8d1f\u76db\u540d\u3002\u65e9\u5e74\u7684\u4f20\u67d3\u79d1\uff0c\u75c5\u79cd\u6742\u3001\u75c5\u4eba\u591a\uff0c\u540e\u6765\uff0c\u968f\u7740\u4eba\u4eec\u751f\u6d3b\u6761\u4ef6\u7684\u6539\u5584\uff0c\u6982\u5ff5\u4e2d\u7684\u4f20\u67d3\u75c5\u6e10\u6e10\u51cf\u5c11\uff0c\u51fa\u73b0\u4e86\u4e00\u4e9b\u65b0\u53d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=737"}; 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 () { } }); }); }