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=2255&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: 1747123188, nonceStr: '5ldLsO6x5Cw5vrR8', signature: 'bfdd88217597668b5ea47557b02e909356b55452', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5feb\u9012\u5230\u9694\u79bb\u75c5\u533a\u7684\u4e03\u9762\u9526\u65d7","smalltext":"3\u67088\u65e5\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u6d3e\u9a7b\u9694\u79bb\u75c5\u533a\u9ec4\u7965\u6e05\u526f\u62a4\u58eb\u957f\u6536\u5230\u4e00\u4e2a\u5927\u5927\u7684\u5305\u88f9\uff0c\u62c6\u5f00\u4e00\u770b\uff0c\u5305\u88f9\u91cc\u9762\u662f7\u9762\u9526\u65d7\u548c1\u9762\u611f\u8c22\u4fe1\uff0c\u8fd9\u4e9b\u90fd\u662f\u9694\u79bb\u75c5\u533a\u6cbb\u6108\u51fa\u9662\u768412\u540d\u60a3\u8005\u8054\u5408\u7f72\u540d\u4e00\u8d77\u5728\u7f51\u4e0a\u5236\u4f5c\u597d\uff0c\u901a\u8fc7\u5feb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2255"}; 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 () { } }); }); }