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=2965&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: 1714931236, nonceStr: 'iuuTleCfskeFyCK2', signature: '0823ec051a1538afd861280d7c8ddd626ee28c21', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u8fd8\u5728\u9694\u79bb\u7684\u201c\u963f\u5988\u5c3c\u201d\u9001\u6765\u9526\u65d7","smalltext":" \u201c\u5f52\u4e61\u9694\u79bb\u4e0d\u9694\u7231\uff0c\u540c\u5fc3\u6297\u75ab\u7956\u56fd\u4eb2\u201d\u8fd9\u6837\u4e00\u9762\u5145\u6ee1\u611f\u6069\u7684\u9526\u65d7\uff0c\u662f\u8fd8\u5728\u9694\u79bb\u7684\u4ece\u97e9\u56fd\u8fd4\u6566\u7684\u671d\u9c9c\u65cf\u201c\u963f\u5988\u5c3c\u201d\u65b9\u8d24\u6dd1\u9001\u7ed9\u6566\u5316\u5e02\u4e2d\u533b\u9662\u9a7b\u7b2c\u4e00\u533b\u5b66\u9694\u79bb\u89c2\u5bdf\u70b9\u533b\u62a4\u56e2\u961f\u7684\uff0c\u6df1\u5207\u5730\u8868\u8fbe\u4e86\u5979\u5bf9\u7956\u56fd\u3001\u5bf9\u5bb6\u4e61\u7684\u611f\u6069\u4e4b\u60c5\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2965"}; 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 () { } }); }); }