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=6418&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: 1716026101, nonceStr: 'AGiC57AItF5Vea9N', signature: '36f33a1e0347e2363fc45cbdcb860c0deb9d4649', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662:\u62a4\u6696\u5fc3 \u201c\u7cbd\u201d\u663e\u60c5","smalltext":"\u90ed\u5a46\u5a46\u662f\u4e00\u4f4d\u7cd6\u5c3f\u75c5\u60a3\u8005\uff0c\u6700\u8fd1\u4e00\u6bb5\u65f6\u95f4\u90ed\u5a46\u5a46\u611f\u89c9\u5916\u9634\u7619\u75d2\uff0c\u7ea2\u80bf\uff0c\u707c\u70ed\u611f\uff0c\u81ea\u884c\u7528\u836f\u4e86\u4e00\u6bb5\u65f6\u95f4\u540e\u6ca1\u6709\u8f6c\u30026\u670815\u65e5\u4e0b\u5348\uff0c\u5979\u6765\u5230\u4e86\u5987\u4ea7\u79d1\u95e8\u8bca\uff0c\u7ecf\u8fc7\u68c0\u67e5\uff0c\u90ed\u5a46\u5a46\u7531\u4e8e\u957f\u671f\u8840\u7cd6\u9ad8\u5f15\u8d77\u5916\u9634\u7684\u73af","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6418"}; 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 () { } }); }); }