| | |
| | | } |
| | | }, |
| | | onLoad() { |
| | | this.getCategoryList(); |
| | | this.getPopBannerInfo(); |
| | | }, |
| | | onShow() { |
| | | if(!this.hasLogin){ |
| | | uni.reLaunch({ |
| | | url:"/pages/login/wxlogin" |
| | | }) |
| | | setTimeout(function(){ |
| | | |
| | | uni.reLaunch({ |
| | | url:"/pages/login/wxlogin" |
| | | }) |
| | | },1000); |
| | | return; |
| | | } |
| | | var user= uni.getStorageSync('userInfo'); |
| | | if(!user.invitation_code) |
| | | { |
| | | uni.reLaunch({ |
| | | //url:"/pages/login/setInviteCode" |
| | | url:"/pages/login/wxlogin" |
| | | }) |
| | | setTimeout(function(){ |
| | | |
| | | uni.reLaunch({ |
| | | url:"/pages/login/wxlogin" |
| | | }) |
| | | },1000); |
| | | return; |
| | | } |
| | | else |
| | | { |
| | | this.getCategoryList(); |
| | | this.getPopBannerInfo(); |
| | | } |
| | | }, |
| | | onShow() { |
| | | if(this.categoryList){ |
| | | this.getCategoryList(); |
| | | } |