From 0d1f0c78475426872049a22696aab7c994d21acf Mon Sep 17 00:00:00 2001 From: blak-kong <546598185@qq.com> Date: Mon, 15 Jan 2024 13:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD=E6=B8=B8=E5=AE=A2=E4=B9=9F?= =?UTF-8?q?=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index/index.tsx b/src/pages/index/index.tsx index 52f1124..026f9d4 100644 --- a/src/pages/index/index.tsx +++ b/src/pages/index/index.tsx @@ -108,14 +108,14 @@ class Index extends Component { const mobile = Taro.getStorageSync("mobile"); if (isFirst) { this.checkShowPrivacyPopup(); + this.GetSitePopupList(); + this.GetSiteCarousel(); // this.GetOtherSetting(); // 获取小程序设置:商城地址和版本 if (mobile) { this.GetNoReadMessageNum(); // 查询是否有消息 this.RefreshWxUserInfo(); - this.GetSitePopupList(); - this.GetSiteCarousel(); // if (!this.state.isShowIndexFlag) { // // 仅初次进入首页运行 // this.GetSitePopupList();