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() { onShow() {
this.$store.dispatch('getCarLength') this.$store.dispatch('getCarLength')
this.user = uni.getStorageSync('User') this.$store.dispatch('GetInfo').then(() => {
this.getAreaGoods() this.user = uni.getStorageSync('User')
this.newShareMember = this.user?.loginType !== 0 this.getAreaGoods()
this.newShareMember = this.user?.loginType !== 0
})
}, },
onPullDownRefresh() { onPullDownRefresh() {
let that = this let that = this