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=1538&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: 1715367316, nonceStr: 'qbzplY5tHjUuQhUi', signature: '3fdc4be86635ed5f632fc39018dced01e6ed9c18', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a2\u5206\u949f\uff0c\u4f60\u53d1\u4e2a\u5446\u7684\u65f6\u95f4\uff0c\u8fd9\u4f4d\u533b\u751f\u6551\u4e86\u60a3\u8005\u7684\u547d......","smalltext":"2\u5206\u949f\u7684\u65f6\u95f4\u91cc\uff0c\u4f60\u80fd\u505a\u4e9b\u4ec0\u4e48\uff1f120\u79d2\uff0c\u4e0d\u8fc7\u666e\u901a\u4eba\u53d1\u4e2a\u5446\u7684\u7a7a\u9699\uff0c\u53ef\u5bf9\u4e8e\u4e00\u540d\u533b\u751f\u6765\u8bf4\uff0c\u8fd9\u662f\u4e2a\u8db3\u4ee5\u633d\u6551\u75c5\u4eba\u751f\u547d\u7684\u77ac\u95f4\uff01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1538"}; 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 () { } }); }); }