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=1524&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: 1747192223, nonceStr: 'P74UiM8Spyx0YGIc', signature: '02fe342c7dca06f3d639cdafeea927e79c20e563', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/dea78a7a213db075a536febf75da7dcf.jpg","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\uff1a\u6253\u9020\u201c\u4f5b\u4e2d\u533b\u201d\u597d\u53e3\u7891","smalltext":"12\u670812\u65e5\u662f\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u5efa\u966263\u5468\u5e74\u7eaa\u5ff5\u65e5\u3002\u6ca1\u6709\u9523\u9f13\u55a7\u817e\uff0c\u6ca1\u6709\u65cc\u65d7\u62db\u5c55\uff0c\u8be5\u9662\u4ec5\u7528\u4e86\u534a\u5c0f\u65f6\u4e3e\u529e\u5168\u4f5b\u5c71\u5e02\u9996\u4e2a\u201c\u4e92\u8054\u7f51+\u667a\u80fd\u4e91\u5f71\u50cf\u5e73\u53f0\u201d\u542f\u52a8\u4eea\u5f0f\uff0c\u4f4e\u8c03\u4e14\u52a1\u5b9e\u3002\u7136\u800c\uff0c\u8be5\u5e73\u53f0\u7684\u542f\u7528\u610f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1524"}; 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 () { } }); }); }