From 70a698fb7f55d3682733d251d7dbff0c3f379c75 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 18 Jan 2024 18:15:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E4=BC=98=E6=83=A0?= 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 b4005c40..c2127e83 100644 --- a/components/cart/cart.vue +++ b/components/cart/cart.vue @@ -436,7 +436,7 @@ 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_app_customer_service_tel: app.globalData.get_config('config.common_app_customer_service_tel'), - is_cart_show_discount: app.globalData.get_config('plugins_base.thirdpartylogin.data.is_cart_show_discount'), + is_cart_show_discount: app.globalData.get_config('plugins_base.intellectstools.data.is_cart_show_discount'), }); } else { app.globalData.is_config(this, 'init_config');