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=4573&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: 1715330181, nonceStr: 'nr2sIxtji14ojzkU', signature: '3dfa0b3e4962d4c423695f86e9183a45f7665132', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662-\u56fd\u5bb6\uff08\u6d77\u4e0a\uff09\u7d27\u6025\u533b\u5b66\u6551\u63f4\u961f\u515a\u652f\u90e8","smalltext":"\u201c22\u9876\u5e10\u7bf7\u4e00\u6253\u5f00\uff0c\u5c31\u621022\u4e2a20\u201430\u5e73\u65b9\u7c73\u7684\u4e34\u65f6\u623f\u95f4\uff0c\u95e8\u8bca\u5ba4\u3001\u75c5\u623f\u3001\u836f\u623f\u7b49\u4e00\u5e94\u4ff1\u5168\u3002\u201d7\u670826\u65e5\uff0c\u5728\u5e7f\u897f\u6d77\u4e0a\u7d27\u6025\u533b\u5b66\u6551\u63f4\u4e2d\u5fc3\uff0c\u56fd\u5bb6\uff08\u6d77\u4e0a\uff09\u7d27\u6025\u533b\u5b66\u6551\u63f4\u961f\u515a\u652f\u90e8\u4e66\u8bb0\u738b\u67cf\u78ca\u5411\u8bb0\u8005\u4ecb\u7ecd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4573"}; 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 () { } }); }); }