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=1003&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: 1716082287, nonceStr: 'kpaUrPYkt2uyFdQ1', signature: '39f09bc9de1ce632152ba02c4991ae2e0eeb03a5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u6e29\u6c5f\u533b\u9662:\u827e\u68ee\u66fc\u683c\u7efc\u5408\u5f81\u4e34\u4ea7\u5b55\u5987\u6df1\u9677\u751f\u6b7b\u6ce5\u6f6d \u7701\u533b\u6e29\u6c5f\u533b\u8054\u4f53\u4e0a\u6f14\u62a2\u6551\u5927\u4f1a\u6218","smalltext":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u6e29\u6c5f\u533b\u8054\u4f53\u5927\u4f1a\u6218\uff0c\u62a2\u6551\u4e00\u540d\u827e\u68ee\u66fc\u683c\u7efc\u5408\u5f81\u4e34\u4ea7\u5b55\u5987","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1003"}; 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 () { } }); }); }