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=6937&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: 1775858870, nonceStr: 'P4PSQnINbuKgcBwR', signature: 'fcdb97a9ec444eacfb06a7bac0693816d8a4e84e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u7b14\u82b1\u8d60\u533b \u4e94\u661f\u8d5e\u8a89","smalltext":"\u8fd1\u65e5\uff0c\u9655\u897f\u7701\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u795e\u7ecf\u5916\u79d1\u675c\u6653\u4eae\u5927\u592b\u548c\u5168\u79d1\u533b\u62a4\u4eba\u5458\u6536\u5230\u60a3\u8005\u4e00\u4efd\u201c\u522b\u51fa\u5fc3\u88c1\u201d\u7684\u793c\u7269\u2014\u2014\u4e00\u5927\u675f\u7531\u6570\u5341\u652f\u7b14\u7cbe\u5fc3\u624e\u5236\u7684\u201c\u7b14\u82b1\u201d\uff0c\u4e00\u9762\u5370\u6709\u201c\u4e94\u661f\u597d\u8bc4\u201d\u7684\u9526\u65d7\uff0c\u770b\u7740\u60a3\u8005\u53ca","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6937"}; 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 () { } }); }); }