门店详情支持指定下单类型,提示选择排除

master
gongfuxiang 2025-05-23 18:35:14 +08:00
parent bad124f8fe
commit c0f76397b7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {