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=489&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: 1746264105, nonceStr: 'A35Jp8nR6u1txFC1', signature: '5ab9832ca25d3f1b27dbc737a68cbcc006ddd920', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/e9582246d27c5c38c07296016657ec98.jpg","title":"\u56db\u5ddd\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u5feb\u4e50\u5929\u4f7f \u5065\u5eb7\u7ae5\u884c","smalltext":"5\u670831\u65e5\u4e0b\u5348\uff0c\u6211\u9662\u513f\u79d1\u4e3a\u6765\u6211\u9662\u5c31\u8bca\u53ca\u4f4f\u9662\u7684\u60a3\u513f\u4e3e\u529e\u4e86\u4ee5\u201c\u5feb\u4e50\u5929\u4f7f\uff0c\u5065\u5eb7\u7ae5\u884c\u201d\u4e3a\u4e3b\u9898\u7684\u5e86\u516d\u4e00\u6d3b\u52a8\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=489"}; 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 () { } }); }); }