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=409&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: 1716321742, nonceStr: 'ZHU6x1IHEORJyscu', signature: '3efef983b60258c88b14a6f4a9a86f96a7d08b8e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u80e1\u4e66\u5b5d\u6559\u6388\u8385\u4e34\u6dee\u5b89\u5e02\u6dee\u9634\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u5f00\u5c55\u533b\u9662\u6587\u5316\u5efa\u8bbe\u8c03\u7814","smalltext":"\u4e13\u5bb6\u8bb2\u8bfe\u5f00\u773c\u754c \u73b0\u573a\u6307\u5bfc\u51fa\u601d\u8def\u2014\u2014\u5168\u56fd\u533b\u9662\u6587\u5316\u5efa\u8bbe\u4e13\u5bb6\u80e1\u4e66\u5b5d\u6559\u6388\u8385\u4e34\u6211\u9662\u5f00\u5c55\u533b\u9662\u6587\u5316\u5efa\u8bbe\u8c03\u7814\u53ca\u8bb2\u5ea7","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=409"}; 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 () { } }); }); }