Compare commits
2 Commits
17554526d0
...
76f5432c6a
| Author | SHA1 | Date |
|---|---|---|
|
|
76f5432c6a | |
|
|
ee2960ee33 |
|
|
@ -427,9 +427,11 @@ 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue