From 36a3d2fe66bc653cc8e90aa7cc4bb0a078d53bf4 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 3 Mar 2025 21:15:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=96=87=E5=AD=97=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cart/cart.vue b/components/cart/cart.vue index 6ced9308..8223245a 100644 --- a/components/cart/cart.vue +++ b/components/cart/cart.vue @@ -488,7 +488,7 @@ this.setData({ currency_symbol: app.globalData.get_config('currency_symbol'), common_site_type: app.globalData.get_config('config.common_site_type'), - common_is_exhibition_mode_btn_text: app.globalData.get_config('config.common_is_exhibition_mode_btn_text', this.$t('cart.cart.31h34v')), + common_is_exhibition_mode_btn_text: app.globalData.get_config('config.common_is_exhibition_mode_btn_text') || this.$t('cart.cart.31h34v'), common_is_cart_show_guess_you_like: parseInt(app.globalData.get_config('config.common_is_cart_show_guess_you_like', 0)), common_app_customer_service_tel: app.globalData.get_config('config.common_app_customer_service_tel'), is_cart_show_discount: parseInt(app.globalData.get_config('plugins_base.intellectstools.data.is_cart_show_discount', 0)),