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=1118&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: 1747123790, nonceStr: 'gxHRpIF31HC1x1qC', signature: '76e4373e1009306a4153fd9d355e66057d022751', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/95a81816005072d52bd09b7d3c08966d.png","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662:\u4e2d\u79cb\u8282\u4e00\u4ef6\u4f20\u7edf\u5c0f\u793c\u7269\u8ba9\u60a3\u8005\u559c\u4e0a\u7709\u68a2","smalltext":"\u3000\u3000\u4e2d\u79cb\u8282\u662f\u8001\u767e\u59d3\u56de\u5bb6\u56e2\u5706\u7684\u65e5\u5b50\uff0c\u4e3a\u4e86\u8ba9\u4f4f\u9662\u60a3\u8005\u5728\u533b\u9662\u540c\u6837\u80fd\u591f\u611f\u53d7\u5230\u4e2d\u79cb\u4f73\u8282\u7684\u6c14\u6c1b\uff0c\u611f\u53d7\u5230\u533b\u9662\u7684\u4eba\u6587\u5173\u6000\u4ee5\u53ca\u5bb6\u4e00\u822c\u7684\u611f\u89c9\uff0c\u8ba9\u4f4f\u9662\u7684\u60a3\u8005\u53ca\u5bb6\u5c5e\u5ea6\u8fc7\u4e00\u4e2a\u6109\u5feb\u7684\u4e2d\u79cb\u8282\uff0c\u4e2d\u79cb\u8282","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1118"}; 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 () { } }); }); }