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=1422&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: 1747193495, nonceStr: '7JGxCsrqIyxR2qby', signature: '3cda85af2948d88d2782ea9a63e8f891512269dc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/6683f49e15d5488660cc2c428fd4e451.jpg","title":"\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u6210\u4e3a\u4e0a\u6d77\u5e02\u201c\u53d9\u4e8b\u4f26\u7406\u67e5\u623f\u5b9e\u8df5\u57fa\u5730\u201d","smalltext":"\u65e5\u524d\uff0c\u201c\u8df5\u884c\u5065\u5eb7\u4e2d\u56fd\u2014\u4ece\u533b\u5b66\u4f26\u7406\u5230\u5065\u5eb7\u4f26\u7406\u201d\u5b66\u672f\u4f1a\u8bae\u66a8\u4e0a\u6d77\u5e02\u533b\u5b66\u4f26\u7406\u5b66\u4f1a2019\u5e74\u4f1a\u5728\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u53ec\u5f00\u3002\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u88ab\u8bc4\u4e3a\u4e0a\u6d77\u5e02\u201c\u53d9\u4e8b\u4f26\u7406\u67e5\u623f\u5b9e\u8df5\u57fa\u5730\u201d\u3002 \u4f1a\u8bae\u5171","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1422"}; 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 () { } }); }); }