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=181&classid=11&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: 1744328104, nonceStr: 'n7usG64ZwvUy2IIQ', signature: '32808ddcb6cd3fa49dc5a394c60847686c1b1d3e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u4eac\u548c\u7766\u5bb6\u533b\u9662\uff1a\u56fd\u9645\u8303\u7684\u4e2d\u56fd\u60c5","smalltext":"\u5317\u4eac\u548c\u7766\u5bb6\u533b\u9662\u662f\u548c\u7766\u5bb6\u533b\u7597\u65d7\u4e0b\u7684\u533b\u7597\u673a\u6784\u4e4b\u4e00\u3002\u4f5c\u4e3a\u4e00\u5bb6\u6309\u7167\u56fd\u9645\u5316\u533b\u7597\u670d\u52a1\u7406\u5ff5\u4e0e\u6807\u51c6\u521b\u5efa\u7684\u7efc\u5408\u533b\u7597\u673a\u6784\uff0c\u5317\u4eac\u548c\u7766\u5bb6\u533b\u9662\u540c\u65f6\u62e5\u6709\u56fd\u9645\u8054\u5408\u59d4\u5458\u4f1a\uff08JCI\uff09\u3001\u7f8e\u56fd\u75c5\u7406\u5b66\u5bb6\u5b66\u4f1a\uff08CAP","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=181"}; 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 () { } }); }); }