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=2080&classid=9&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: 1714263124, nonceStr: '3gqVhVVnEITnk1Ib', signature: '84fd24041c010345eaa885485bb37d3db8b6a79b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/cfdc7bf70abd4d67cf71a81e210f39b2.jpg","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u200b\u90d1\u82b8\uff1a\u533b\u60a3\u4e4b\u95f4\u53ef\u4ee5\u5982\u6b64\u7f8e\u597d","smalltext":"\u8bca\u5ba4\u95e8\u5f00\u4e86\uff0c\u5e74\u8f7b\u7684\u7236\u6bcd\u548c\u4e00\u4f4d\u5c0f\u5973\u5b69\u8d70\u4e86\u8fdb\u6765\uff0c\u4e00\u5bb6\u4eba\u90fd\u6234\u7740\u53e3\u7f69\u3002\u5c0f\u5973\u5b69\u81ea\u5df1\u4e56\u4e56\u5750\u5728\u4e86\u8033\u9f3b\u5589\u79d1\u95e8\u8bca\u7279\u6709\u7684\u8bca\u65ad\u6905\u4e0a\u3002\u770b\u5f97\u51fa\u6765\uff0c\u5979\u5e74\u7eaa\u4e0d\u5927\uff0c\u4f46\u5df2\u7ecf\u662f\u4f4d\u8001\u75c5\u4eba\u4e86\uff01\u7238\u7238\u5988\u5988\u5f00\u59cb\u4ecb\u7ecd\u5b69","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=2080"}; 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 () { } }); }); }