xuxueyang
2024-08-20 b0f5961a3571413a1a5a4cd9694a05186fa9c0a1
sub_pages/customer/shopping/confirm.vue
@@ -62,7 +62,7 @@
                  this.partnerInfo = res.data || {}
                  if (this.partnerInfo.id !== this.currentInfo.customerDTO.partnerId) {
                     //刷新用户信息
                     await dispatch('getCurrentInfo')
                     await this.$store.dispatch('getCurrentInfo')
                  }
               }
            })