From 223fa7ca059fabd993da61376c926981a3818429 Mon Sep 17 00:00:00 2001 From: lele0521 Date: Mon, 25 Mar 2024 16:31:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=AF=84=E4=BB=B7=E4=B8=AD=E5=95=86=E5=AE=B6=E5=9B=9E=E5=A4=8D?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=9A=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../goodsDetail/ShowGoodsDetail.vue | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue index c0ad6099..39824e41 100644 --- a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue +++ b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue @@ -47,6 +47,7 @@ +
左转 @@ -58,6 +59,22 @@ {{item.goodsName}} {{item.createTime}}

+ + +
+

商家回复

+
+

{{ item.reply }}

+
+
+
+ +
+
+
+
+
+
@@ -506,4 +523,10 @@ table{ margin-left: 30px; span{color:#999} } +.reply{ + >*{ + margin: 4px; + } + +}