1
xuxueyang
2024-08-13 c9ece393fc028ffecca0915d1b9af62d51b5aef6
sub_pages/customer/shopping/confirm.vue
@@ -57,7 +57,7 @@
               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) {