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=4221&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: 1744975671, nonceStr: '41Bml5l0dT6bkT8P', signature: '38eae408bfa7d251c3cea52cace70fcd6eb994d3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662:\u7b49\u6211\u75c5\u597d\u4e86\uff0c\u8981\u7a7f\u4e0a\u6700\u6f02\u4eae\u7684\u88d9\u5b50......","smalltext":"1\u670829\u65e5\uff0c\u4e00\u4e2a\u5bd2\u51b7\u7684\u51ac\u65e5\uff0c\u5c71\u4e1c\u5927\u5b66\u9644\u5c5e\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u5c0f\u513f\u5185\u4e8c\u79d1\u6536\u6cbb\u4e86\u4e00\u4f4d\u4e0d\u540c\u5bfb\u5e38\u768412\u5c81\u5973\u5b69\uff0c\u4e25\u683c\u7684\u8bf4\u662f\u628a\u533b\u751f\u62a4\u58eb\u5413\u4e86\u4e00\u8df3\u3002\u5c0f\u9759\u662f\u5750\u5728\u8f6e\u6905\u4e0a\u88ab\u63a8\u8fdb\u6765\u7684\uff0c\u7cbe\u795e\u840e\u9761\uff0c\u7a7f\u7740\u5355\u8584\u7684\u8863","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4221"}; 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 () { } }); }); }