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=5134&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: 1743764490, nonceStr: 'Vu7k0N0E49edZ3UA', signature: 'ed22abeeea7ce82692d806f92bade573668ffcfe', 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\uff1a\u80c3\u80a0\u5916\u79d1\u5e38\u89c4\u5f00\u5c55TaTME\u624b\u672f","smalltext":"54\u5c81\u7684\u9c81\u5148\u751f\uff08\u5316\u59d3\uff09\u56e0\u4fbf\u88402\u6708\u5230\u5c71\u4e1c\u5927\u5b66\u9644\u5c5e\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u5c31\u8bca\uff0c\u80a0\u955c\u68c0\u67e5\u53d1\u73b0\u8ddd\u79bb\u809b\u95e83cm\u5904\u6709\u4e00\u4e2a\u76f4\u5f84\u7ea66\u516c\u5206\u5927\u7684\u6076\u6027\u80bf\u7624\uff0c\u5e76\u5408\u5e76\u7ed3\u76f4\u80a0\u591a\u53d1\u606f\u8089\u75c5\uff0c\u75c5\u7406\u63d0\u793a\u76f4\u80a0\u65e9\u764c\u3002\u8003\u8651\u80bf\u7624\u4f4d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5134"}; 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 () { } }); }); }