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=1744&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: 1716155543, nonceStr: 'x8595xKZe5CbOVUX', signature: 'f6c0ad7181e45ba5ab110f93bae70426a8d05f58', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662:\u6297\u51fb\u75ab\u60c5 \u515a\u5458\u5728\u884c\u52a8","smalltext":"\u5728\u6ca1\u6709\u785d\u70df\u7684\u6218\u573a\u4e0a\uff0c\u4e00\u540d\u540d\u5171\u4ea7\u515a\u5458\u633a\u8eab\u800c\u51fa\uff0c\u4e00\u4e2a\u4e2a\u6218\u6597\u5821\u5792\u5dcd\u7136\u77d7\u7acb\uff0c\u9c9c\u7ea2\u7684\u515a\u65d7\u5728\u75ab\u60c5\u9632\u63a7\u4e00\u7ebf\u9ad8\u9ad8\u98d8\u626c\uff01\u4eca\u5e74\u6625\u8282\u4e00\u573a\u7a81\u5982\u5176\u6765\u7684\u6218\u201c\u75ab\u201d\u6253\u54cd\uff0c\u5609\u4e2d\u5fc3\u5168\u4f53\u515a\u5458\u548c\u5e72\u90e8\u804c\u5de5\u9f50\u5fc3\u534f\u529b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1744"}; 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 () { } }); }); }