YY 2 년 전
부모
커밋
ec5f390b8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/selfShop/order/detail_orderDetail.vue

+ 1 - 1
src/views/selfShop/order/detail_orderDetail.vue

@@ -100,7 +100,7 @@ export default {
         this.$set(this, `info`, res.data);
         // 地址
         this.$set(this, `address`, res.data.address);
-        this.$set(this, `shop`, res.data.goods[0]);
+        this.$set(this, `shop`, res.data.shop);
         // 商品
         this.$set(this, `list`, res.data.goods);
         // 实付金额