zhaojs
2023-06-03 2df0354b45e0d2f516ec8aa63c27bb96f486f06b
uniapp/pages/index/index.vue
@@ -123,9 +123,29 @@
      },
      onLoad() {
         this.getCategoryList();
         this.getPopBannerInfo()
         this.getPopBannerInfo();
      },
      onShow() {
         if(!this.hasLogin){
            setTimeout(function(){
               uni.reLaunch({
                  url:"/pages/login/wxlogin"
               })
            },1000);
            return;
         }
         var user= uni.getStorageSync('userInfo');
         if(!user.invitation_code)
         {
            setTimeout(function(){
               uni.reLaunch({
                  url:"/pages/login/wxlogin"
               })
            },1000);
            return;
         }
         if(this.categoryList){
            this.getCategoryList();
         }