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 @@