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=6530&classid=14&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: 1743703333, nonceStr: 'JTs3HFm5YbMZdqGx', signature: '212df7eca115a73643ed2c9e058498c3d68e4170', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6253\u597d\u201c\u6241\u9e4a\u5eb7\u517b\u724c\u201d\u6587\u5316\u52a9\u529b\u4e2d\u533b\u836f\u632f\u5174\u53d1\u5c55","smalltext":"\u4e2d\u533b\u836f\u662f\u4e2d\u56fd\u53e4\u4ee3\u79d1\u5b66\u7684\u7470\u5b9d\uff0c\u662f\u6253\u5f00\u4e2d\u534e\u6587\u660e\u5b9d\u5e93\u7684\u94a5\u5319\u3002\u53e4\u97f5\u90a2\u8944\uff0c\u8de8\u8d8a3500\u5e74\u5efa\u57ce\u53f2\u7684\u6587\u5316\u53e4\u90fd\uff1b\u6241\u9e4a\u4e4b\u4e61\uff0c\u4e2d\u533b\u836f\u6587\u5316\u6e90\u8fdc\u6d41\u957f\u7684\u53d1\u7965\u4e4b\u5730\u3002\u90a2\u53f0\u5e02\u4e2d\u533b\u533b\u9662\u662f\u96c6\u6025\u6551\u3001\u533b\u7597\u3001\u6559\u7814\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6530"}; 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 () { } }); }); }