sub_pages/customer/shopping/confirm.vue
@@ -57,12 +57,12 @@ params: { // id: this.currentInfo.customerDTO.partnerId } }).then(res => { }).then(async res => { if (res.code == 0) { this.partnerInfo = res.data || {} if (this.partnerInfo.id !== this.currentInfo.customerDTO.partnerId) { //刷新用户信息 await dispatch('getCurrentInfo') await this.$store.dispatch('getCurrentInfo') } } })