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=6552&classid=14&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: 1716238710, nonceStr: 'M0eg44erd4hXRG2s', signature: '2601299d93a191d0fd2e4e822ca5d294a70ddbfc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u62a4\u7406\u4eba\u6587\u5173\u6000\u4e4b\u4f53\u4f1a","smalltext":"\u4eba\u7c7b\u62a4\u7406\u4e8b\u4e1a\u7684\u521b\u59cb\u4eba\u5357\u4e01\u683c\u5c14\u8bf4\uff1a\u201c\u4f5c\u4e3a\u62a4\u58eb\u5c31\u5e94\u6709\u4e00\u9897\u540c\u60c5\u5fc3\u548c\u4e00\u53cc\u613f\u610f\u5de5\u4f5c\u7684\u624b\u201d\u3002 \u8fd9\u53e5\u8bdd\uff0c\u9053\u51fa\u4e86\u4eba\u6587\u62a4\u7406\u7684\u5185\u6db5\uff0c\u5373\u5728\u62a4\u7406\u5de5\u4f5c\u4e2d\u8981\u4ee5\u4eba\u4e3a\u672c\uff0c\u5c0a\u91cd\u60a3\u8005\u3001\u5173\u7231\u60a3\u8005\u3002\u9a6c\u65af\u6d1b\u4e5f\u6307","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6552"}; 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 () { } }); }); }