fix(index): 注册后首页无专区问题修复
This commit is contained in:
parent
6a27c8bca2
commit
ee2960ee33
|
@ -427,9 +427,11 @@ export default {
|
|||
},
|
||||
onShow() {
|
||||
this.$store.dispatch('getCarLength')
|
||||
this.user = uni.getStorageSync('User')
|
||||
this.getAreaGoods()
|
||||
this.newShareMember = this.user?.loginType !== 0
|
||||
this.$store.dispatch('GetInfo').then(() => {
|
||||
this.user = uni.getStorageSync('User')
|
||||
this.getAreaGoods()
|
||||
this.newShareMember = this.user?.loginType !== 0
|
||||
})
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
let that = this
|
||||
|
|
Loading…
Reference in New Issue