From 2de4706c8502eb4567e2eff682bb5de47a054c48 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 19 Mar 2026 15:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E9=85=8D=E8=89=B2=EF=BC=8C?= =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=A4=9A=E4=BD=99=E7=AC=A6=E5=8F=B7?= =?UTF-8?q?=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/theme.css | 2 +- components/cart/cart.vue | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/common/css/theme.css b/common/css/theme.css index 71f2eb67..f30e33e3 100644 --- a/common/css/theme.css +++ b/common/css/theme.css @@ -89,7 +89,7 @@ } .theme-red .bg-main.disabled .text { - color: #eaeaea !important; + color: #fff5f7 !important; } /** diff --git a/components/cart/cart.vue b/components/cart/cart.vue index 13ccd819..edc151ea 100644 --- a/components/cart/cart.vue +++ b/components/cart/cart.vue @@ -162,18 +162,18 @@ {{ $t('buy.buy.wx78ju') }} - {{ buy_currency_symbol }} + {{ currency_symbol }} {{ total_price }} - {{ $t('cart.cart.3kr74b') }}{{ buy_currency_symbol }}{{ preferential_price }} + {{ $t('cart.cart.3kr74b') }}{{ currency_symbol }}{{ preferential_price }} - {{ $t('cart.cart.n76213') }}{{ buy_currency_symbol }}{{ increase_price }} + {{ $t('cart.cart.n76213') }}{{ currency_symbol }}{{ increase_price }} {{ $t('cart.cart.4tbj4s') }} @@ -238,19 +238,19 @@ {{ $t('cart.cart.t41i4x') }} - {{ buy_currency_symbol }}{{ all_total_price }} + {{ currency_symbol }}{{ all_total_price }} {{ $t('cart.cart.9s0l57') }} - {{ buy_currency_symbol }}{{ preferential_price }} + {{ currency_symbol }}{{ preferential_price }} {{ $t('cart.cart.qh35gz') }} - {{ buy_currency_symbol }}{{ increase_price }} + {{ currency_symbol }}{{ increase_price }} @@ -374,7 +374,6 @@ all_total_price: 0, goods_count: 0, discount_detail_list: [], - buy_currency_symbol: app.globalData.currency_symbol(), is_selected_all: false, already_selected_status: false, already_valid_selected_status: false,