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){