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=3625&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: 1714591629, nonceStr: '6g4uIhizDYBLAcon', signature: '8fa337f75a1c4c9caf94118581f25a039adc5eeb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\uff1a\u5c71\u4e1c\u534f\u548c\u5b66\u9662\u9644\u5c5e\u533b\u9662\u6302\u724c\uff0c74\u540d\u4e13\u5bb6\u88ab\u8058\u4e3a\u6559\u6388","smalltext":"8\u670819\u65e5\uff0c2020\u5e74\u4e2d\u56fd\u533b\u5e08\u8282\u5f53\u5929\uff0c\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u57281\u53f7\u4f1a\u8bae\u5ba4\u4e3e\u884c\u5e86\u795d\u7b2c\u4e09\u4e2a\u4e2d\u56fd\u533b\u5e08\u8282\u5927\u4f1a\u3001\u5c71\u4e1c\u534f\u548c\u5b66\u9662\u9644\u5c5e\u533b\u9662\u63ed\u724c\u66a8\u6559\u6388\u8058\u4efb\u4eea\u5f0f\u3002\u5c71\u4e1c\u534f\u548c\u5b66\u9662\u76db\u632f\u6587\u8463\u4e8b\u957f\u3001\u5f90\u4f1a\u5409\u526f\u6821\u957f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3625"}; 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 () { } }); }); }