Compare commits
No commits in common. "76f5432c6a0288e818fac26b3c25d35652be46eb" and "17554526d0f09d809faccf4105795c1ee21b23e0" have entirely different histories.
76f5432c6a
...
17554526d0
|
|
@ -427,11 +427,9 @@ export default {
|
|||
},
|
||||
onShow() {
|
||||
this.$store.dispatch('getCarLength')
|
||||
this.$store.dispatch('GetInfo').then(() => {
|
||||
this.user = uni.getStorageSync('User')
|
||||
this.getAreaGoods()
|
||||
this.newShareMember = this.user?.loginType !== 0
|
||||
})
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
let that = this
|
||||
|
|
|
|||
Loading…
Reference in New Issue