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=4671&classid=10&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: 1715265357, nonceStr: 'zKDDtpNnWWU2W1y8', signature: 'd6955542477721f72a309e0db9e4048b8d9b3e7e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662-\u80bf\u7624\u79d1","smalltext":"\u4ed6\u4eec\u53ea\u7528\u4e86\u4e09\u62db\uff0c\u8ba9\u80bf\u7624\u60a3\u8005\u4e0d\u518d\u7126\u5fc3\u80bf\u7624\uff0c\u5386\u6765\u8ba9\u56fd\u4eba\u8c08\u864e\u8272\u53d8\uff0c\u671b\u800c\u751f\u754f\u3002\u5f88\u591a\u80bf\u7624\u60a3\u8005\u5728\u60a3\u75c5\u540e\u9677\u5165\u6cae\u4e27\u7126\u8651\u7684\u60c5\u7eea\u4e4b\u4e2d\u4e0d\u80fd\u81ea\u62d4\uff0c\u4e25\u91cd\u5f71\u54cd\u5230\u6cbb\u7597\u5eb7\u590d\u8d28\u91cf\uff0c\u8ba9\u5bb6\u5c5e\u548c\u533b\u62a4\u4eba\u5458\u5934\u75bc\u4e0d\u5df2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4671"}; 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 () { } }); }); }