Merge branch 'bd-dev' of 47.94.45.65:angelo/web-base-h5 into bd-test
This commit is contained in:
commit
76f5432c6a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue