From 802cd6a9bd28ccda13d7d90068d834b6e53d42ed Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 30 May 2025 19:30:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cart/cart.vue | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/components/cart/cart.vue b/components/cart/cart.vue index 4d8fbe16..390a5248 100644 --- a/components/cart/cart.vue +++ b/components/cart/cart.vue @@ -203,29 +203,30 @@ - - - - - - - - - - - - - - {{ item.error_msg }} - + + + + + + - - {{ currency_symbol }}{{ item.price }} - x{{ item.stock }} + + + + + + + {{ item.error_msg }} + + + + {{ item.show_price_symbol }}{{ item.price }} + x{{ item.stock }} + - +