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=1870&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: 1715453207, nonceStr: '73pni752EYLlmzJb', signature: '13b275b0a1676b70464eb165ba952f557c51febd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/522b24fc6737db9ae30e17a9cf0a5ad6.jpg","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662:\u201c\u4ed6\u4e8c\u8205\u201d\u5728\u4e00\u7ebf\u611f\u6168\u4e07\u5343\uff1f","smalltext":"\u5728\u6b66\u6c49\u6709\u4e0e\u75c5\u6bd2\u6297\u4e89\u7684\u611f\u67d3\u60a3\u8005\u6709\u4e0e\u75ab\u60c5\u4f5c\u6218\u7684\u767d\u8863\u5929\u4f7f\u8fd8\u6709\u65e0\u6570\u4e2a\u9ed8\u9ed8\u4ed8\u51fa\u7684\u4ed6\u4eec\u2026\u2026\u5728\u6b66\u6c49\u5e02\u7ea2\u5341\u5b57\u4f1a\u533b\u9662\uff0c\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\u533b\u52a1\u4eba\u5458\u6839\u636e\u60a3\u8005\u820c\u82d4\u3001\u8109\u8c61\u7b49\u60c5\u51b5\u4e3a\u8d1f\u8d23","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1870"}; 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 () { } }); }); }