Compare commits

...

2 Commits

1 changed files with 5 additions and 3 deletions

View File

@ -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