Compare commits

..

No commits in common. "76f5432c6a0288e818fac26b3c25d35652be46eb" and "17554526d0f09d809faccf4105795c1ee21b23e0" have entirely different histories.

1 changed files with 3 additions and 5 deletions

View File

@ -427,11 +427,9 @@ export default {
}, },
onShow() { onShow() {
this.$store.dispatch('getCarLength') this.$store.dispatch('getCarLength')
this.$store.dispatch('GetInfo').then(() => { this.user = uni.getStorageSync('User')
this.user = uni.getStorageSync('User') this.getAreaGoods()
this.getAreaGoods() this.newShareMember = this.user?.loginType !== 0
this.newShareMember = this.user?.loginType !== 0
})
}, },
onPullDownRefresh() { onPullDownRefresh() {
let that = this let that = this