From c0f76397b7c9283dfa4a6829dec0cf408b3610cc Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 23 May 2025 18:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E8=AF=A6=E6=83=85=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=8C=87=E5=AE=9A=E4=B8=8B=E5=8D=95=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E7=A4=BA=E9=80=89=E6=8B=A9=E6=8E=92=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/realstore-cart/realstore-cart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/realstore-cart/realstore-cart.vue b/components/realstore-cart/realstore-cart.vue index bddc9f33..0e8177cb 100644 --- a/components/realstore-cart/realstore-cart.vue +++ b/components/realstore-cart/realstore-cart.vue @@ -285,7 +285,7 @@ // 是否需要弹出下单类型选择 // 打开开关,并且店铺必须存在下单类型 var cache_index = this.get_cache_buy_use_type_active_index(); - if((this.base || null) != null && parseInt(this.base.is_tips_user_choice_buy_use_type || 0) == 1 && (cache_index === null || cache_index === '') && (this.info.buy_use_type_list || null) != null && this.info.buy_use_type_list.length > 1 && (this.info.status_info || null) != null && this.info.status_info.status == 1) { + if(this.params.buy_use_type == undefined && (this.base || null) != null && parseInt(this.base.is_tips_user_choice_buy_use_type || 0) == 1 && (cache_index === null || cache_index === '') && (this.info.buy_use_type_list || null) != null && this.info.buy_use_type_list.length > 1 && (this.info.status_info || null) != null && this.info.status_info.status == 1) { // 门店、商品是否开启了弹窗提示 var key = 'is_tips_user_choice_buy_use_type_'+this.params.source+'_detail'; if(parseInt(this.base[key] || 0) == 1) {