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=2397&classid=10&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: 1744328942, nonceStr: 'SsYcXtz7CVx5Alc9', signature: '0883d764dde3e085eec0610aff60b16ddad5357f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u90fd\u533b\u79d1\u5927\u5b66\u5ba3\u6b66\u533b\u9662\uff1a\u6276\u4f24\u6d4e\u4e16\uff0c\u7cbe\u52e4\u4fee\u4e1a","smalltext":"\u9996\u90fd\u533b\u79d1\u5927\u5b66\u5ba3\u6b66\u533b\u9662\u521b\u5efa\u4e8e1958\u5e74\uff0c\u662f\u4e00\u5bb6\u4ee5\u795e\u7ecf\u79d1\u5b66\u548c\u8001\u5e74\u533b\u5b66\u4e3a\u91cd\u70b9\u7684\u5927\u578b\u4e09\u7532\u533b\u9662\uff0c60\u591a\u5e74\u6765\u4e0d\u65ad\u53d1\u5c55\u58ee\u5927\uff1a1960\u5e74\u521b\u7acb\u4e86\u6211\u56fd\u7b2c\u4e00\u4e2a\u795e\u7ecf\u5916\u79d1\u5b66\u7684\u7814\u7a76\u673a\u6784\uff1b1985\u5e74\u6210\u7acb\u4e86\u56fd\u5185\u7b2c\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2397"}; 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 () { } }); }); }