Merge branch 'bd-dev' of 47.94.45.65:angelo/web-base-h5 into bd-test

This commit is contained in:
woody 2025-09-17 11:22:08 +08:00
commit 76f5432c6a
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