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=1312&classid=4&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: 1714647968, nonceStr: 'KFOGhYJItNmxs3nJ', signature: '4df7d69b71cee7d0c85e838922d2f047ad28c943', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/2841bf05546e8f593423e253164f6c7f.jpg","title":"\u534e\u5c71\u533b\u9662\u82cf\u5bb6\u6625\uff1a\u4ece\u4e00\u573a\u5173\u4e8e\u963f\u5c14\u5179\u6d77\u9ed8\u75c7\u7684\u533b\u5b66\u4eba\u6587\u5bf9\u8bdd\u6240\u60f3\u5230\u7684","smalltext":"10\u670829\u65e5\u665a\uff0c\u4e00\u573a\u5173\u4e8e\u963f\u5c14\u5179\u6d77\u9ed8\u75c7\u7684\u89c6\u9891\u6c99\u9f99\u6b63\u5728\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u534e\u5c71\u533b\u9662\u6e29\u6696\u800c\u660e\u4eae\u7684\u82b1\u56ed\u5927\u5385\u4e3e\u884c\u7740\uff0c\u7eaa\u5f55\u7247\u300a\u6211\u53ea\u8ba4\u8bc6\u4f60\u300b\u5bfc\u6f14\u8d75\u9752\u3001\u534e\u5c71\u533b\u9662\u8001\u5e74\u533b\u5b66\u79d1\u6559\u6388\u9ec4\u5ef6\u7131\u3001\u533b\u52a1\u5de5\u4f5c\u8005","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1312"}; 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 () { } }); }); }