diff --git a/buyer/src/components/goodsDetail/ShowGoods.vue b/buyer/src/components/goodsDetail/ShowGoods.vue index d2c9c86a..5424a266 100644 --- a/buyer/src/components/goodsDetail/ShowGoods.vue +++ b/buyer/src/components/goodsDetail/ShowGoods.vue @@ -164,7 +164,7 @@
@@ -90,16 +80,12 @@ 商品信息 返回购物车 -
+
{{ - shop.storeName - }}  
@@ -111,23 +97,15 @@ > - - {{ - goods.goodsSku.goodsName - }} + + {{ goods.goodsSku.goodsName }} - {{ - goods.purchasePrice | unitPrice("¥") - }} + {{ goods.purchasePrice | unitPrice("¥") }} x{{ goods.num }} {{ goods.goodsSku.quantity > 0 ? "有货" : "无货" }} - {{ - goods.subTotal | unitPrice("¥") - }} + {{ goods.subTotal | unitPrice("¥") }}
@@ -139,7 +117,7 @@ placeholder="订单备注" /> 提示:请勿填写有关支付、收货、发票方面的信息提示:请勿填写有关支付、收货、发票方面的信息
@@ -148,7 +126,7 @@
发票信息 + >发票信息 开企业抬头发票须填写纳税人识别号,以免影响报销 @@ -168,29 +146,19 @@
无可用优惠券