|
|
@ -169,9 +169,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
onShow() { |
|
|
|
onShow() { |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
onLoad() { |
|
|
|
|
|
|
|
let Token = uni.getStorageSync('accessToken'); |
|
|
|
let Token = uni.getStorageSync('accessToken'); |
|
|
|
if (Token) { |
|
|
|
if (Token) { |
|
|
|
this.phoneuserinfo = uni.getStorageSync('wxUserInfo'); |
|
|
|
this.phoneuserinfo = uni.getStorageSync('wxUserInfo'); |
|
|
@ -197,6 +194,9 @@ |
|
|
|
this.signuplistLength = 0 |
|
|
|
this.signuplistLength = 0 |
|
|
|
this.useListLength = 0 |
|
|
|
this.useListLength = 0 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
onLoad() { |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
// 培训班 |
|
|
|
// 培训班 |
|
|
|