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=3027&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: 1714812120, nonceStr: 'JhBJGLZSm9qBIS4e', signature: '7040d375bcd11e97c71edb2ceaca83b8a182f2af', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u90b9\u5e73 \u4f60\u4eec\u4fdd\u62a4\u60a3\u8005\uff0c\u6211\u6765\u4fdd\u62a4\u4f60\u4eec","smalltext":"\u5728\u6297\u75ab\u4e00\u7ebf\uff0c\u6709\u8fd9\u4e48\u4e00\u4e2a\u7279\u6b8a\u7684\u4e13\u5bb6\u7fa4\u4f53\u3002\u4ed6\u4eec\u7ad9\u5728\u6c61\u67d3\u533a\u548c\u6e05\u6d01\u533a\u7684\u8fb9\u754c\uff0c\u628a\u533b\u52a1\u4eba\u5458\u6b66\u88c5\u5f97\u4e25\u4e25\u5b9e\u5b9e\uff0c\u9001\u8fdb\u75c5\u623f\uff0c\u8fd8\u8981\u8d1f\u8d23\u628a\u4ed6\u4eec\u4ece\u6c61\u67d3\u533a\u5b89\u5168\u5730\u63a5\u56de\u6765\u3002\u4ed6\u4eec\u5c31\u662f\u9662\u611f\u533b\u751f\uff0c\u88ab\u533b\u52a1\u4eba\u5458\u4eb2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3027"}; 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 () { } }); }); }