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=1598&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: 1749482085, nonceStr: 'Xr7U8hdVdVK4S6af', signature: 'f2d505d3bfc6886bb3db533a49d0f2d79c0e0d47', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662\uff1a\u5fc3\u6001\u5bf9\u4e86\uff0c\u4f60\u5c31\u4e0d\u7d2f\u4e86","smalltext":" \u544a\u522b2019\u5e74\uff0c\u8fce\u63a52020\u5e74\u3002\u65f6\u95f4\u8fc7\u5f97\u771f\u5feb\uff0c\u6211\u5728120\u5de5\u4f5c\u5df2\u6709\u4e24\u5e74\u534a\u4e86\u3002\u56de\u5fc6\u8fd9\u6bb5\u65f6\u671f\uff0c\u5de5\u4f5c\u3001\u751f\u6d3b\u867d\u7136\u6709\u65f6\u7d2f\uff0c\u4f46\u5145\u5b9e\u5e76\u8ba9\u6211\u6210\u957f\u548c\u6536\u83b7\u4e0d\u5c11! \u5728120\u5de5\u4f5c\u671f\u95f4\uff0c\u6211\u7ecf\u5e38\u9047\u5230\u4e0d\u540c\u5e74","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1598"}; 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 () { } }); }); }