zhaojs
2023-05-19 51121a6c9eaf9bdd04bf11ce591ca3e2d0903d81
uniapp/pages/index/index.vue
@@ -122,8 +122,24 @@
         }
      },
      onLoad() {
         this.getCategoryList();
         this.getPopBannerInfo()
         if(!this.hasLogin){
            uni.reLaunch({
               url:"/pages/login/wxlogin"
            })
         }
         var user= uni.getStorageSync('userInfo');
         if(!user.invitation_code)
         {
            uni.reLaunch({
               //url:"/pages/login/setInviteCode"
               url:"/pages/login/wxlogin"
            })
         }
         else
         {
            this.getCategoryList();
            this.getPopBannerInfo();
         }
      },
      onShow() {
         if(this.categoryList){