From 2a7a95c5a752ad1b0cfb9c779fc9c5a8686326bc Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 17 Nov 2023 15:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=95=86=E5=93=81=E8=B4=AD?= =?UTF-8?q?=E4=B9=B0=E5=A4=9A=E8=A7=84=E6=A0=BC=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shortPopup.vue | 75 ++++++++++++++++++++------ pages/goods_details/index.vue | 2 +- pages/nongKe/cloud_entrepot/indexb.vue | 2 +- pages/nongKe/cloud_entrepot/indexh.vue | 2 +- 4 files changed, 62 insertions(+), 19 deletions(-) diff --git a/components/shortPopup.vue b/components/shortPopup.vue index 372dd30..e34c339 100644 --- a/components/shortPopup.vue +++ b/components/shortPopup.vue @@ -32,10 +32,16 @@ - 规格选中 - - {{item||'默认'}} - + + {{att.attr_name}} + + + {{item.attr}} + + + 购买数量 @@ -45,7 +51,7 @@ - 商品库存 {{(sku[sku_key] && sku[sku_key].stock)||change.stock}} + 商品库存 {{(sku[changeSkuKey] && sku[changeSkuKey].stock)||change.stock}} @@ -65,9 +71,16 @@