修复好店 是否开启线下快捷买单配置 的逻辑问题

This commit is contained in:
赵毅 2025-10-08 17:30:01 +08:00
parent 924c3bb2fb
commit b191357f4c

View File

@ -186,7 +186,6 @@ export default {
} else {
this.flag = false;
}
this.isShow = res.rows[0]?.merchant_info.quick_purchase_enabled == 1
const list = res.rows.filter((item) => {
return item.status == 2;
});