From d1145426544ab1ee3f287b3fe0d358c37daf167d Mon Sep 17 00:00:00 2001 From: fanfan Date: Tue, 23 Apr 2024 15:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/goods-sku-popup/index.vue | 72 ++++++++++++++++++++++------ pages/goods/components/SkuPopup.vue | 13 ++--- 2 files changed, 62 insertions(+), 23 deletions(-) diff --git a/components/goods-sku-popup/index.vue b/components/goods-sku-popup/index.vue index 77405f4..be440a5 100644 --- a/components/goods-sku-popup/index.vue +++ b/components/goods-sku-popup/index.vue @@ -19,7 +19,8 @@ ¥ {{ priceCom }} - {{ stockText }}:{{ stockCom }} + {{ stockText }}:{{stockValue?stockValue:'-' }} + 已选:{{ selectArr.join(' ') }} @@ -33,8 +34,7 @@ @@ -61,16 +61,16 @@ {{ noStockText }} - {{ addCartText }} {{ userInfo.user_type == 40?'修改价格':buyNowText }} @@ -78,7 +78,7 @@ {{ addCartText }} @@ -86,7 +86,7 @@ {{ userInfo.user_type == 40?'修改价格':buyNowText }} @@ -98,6 +98,7 @@