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();