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=928&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: 1749420451, nonceStr: 'iyRbJsDvOmRpPGtm', signature: '5d2a471e588433a586606f9450ba0a3678d610ca', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/d41d40b0b25dce046f98441479116cb8.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u4e3e\u529e\u5f62\u5f0f\u591a\u6837\u7b2c28\u4e2a\u201c\u4e16\u754c\u6bcd\u4e73\u5582\u517b\u5468\u201d\u6d3b\u52a8","smalltext":"\u3000\u3000\u6bcf\u5e748\u67081\u65e5\u81f38\u67087\u65e5\u4e3a\u201c\u4e16\u754c\u6bcd\u4e73\u5582\u517b\u5468\u201d\uff0c\u4eca\u5e74\u662f\u7b2c28\u4e2a\u201c\u4e16\u754c\u6bcd\u4e73\u5582\u517b\u5468\u201d\uff0c\u4e3b\u9898\u662f\u201c\u52a9\u529b\u7236\u6bcd\uff0c\u6210\u529f\u6bcd\u4e73\u5582\u517b\u201d\u30028\u67086\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u4ea7\u79d1\u3001\u513f\u7ae5\u4fdd\u5065\u79d1\u3001\u9ebb\u9189\u79d1\u8054\u5408\u4e3e\u529e\u201c\u5b9d\u5b9d\u56de\u5bb6","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=928"}; 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 () { } }); }); }