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=2633&classid=13&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: 1743764861, nonceStr: 'Jfsrc7hzcI3MKq1v', signature: '2ca3bdb4a420528904aba93f3b925b8df74f9be3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u957f\u5b81\u533a\u65b0\u534e\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u7528\u5fc3\u5475\u62a4 \u7528\u7231\u7597\u4f24","smalltext":"\u4e0a\u6d77\u5e02\u957f\u5b81\u533a\u65b0\u534e\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u4e3b\u8981\u4e3a\u8f96\u533a\u51859.7\u4e07\u5c45\u6c11\u63d0\u4f9b\u57fa\u672c\u533b\u7597\u548c\u57fa\u672c\u516c\u5171\u536b\u751f\u670d\u52a1\uff0c\u5728\u5de5\u4f5c\u8fc7\u7a0b\u4e2d\uff0c\u53d1\u73b0\u6709\u5f88\u591a\u793e\u533a\u5c45\u6c11\u56e0\u5404\u79cd\u75c5\u56e0\u5f15\u8d77\u7684\u96be\u6108\u6027\u4f24\u53e3\uff0c\u5bfc\u81f4\u751f\u6d3b\u8d28\u91cf\u4e0b\u964d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2633"}; 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 () { } }); }); }