修复好店 是否开启线下快捷买单配置 的逻辑问题
This commit is contained in:
parent
924c3bb2fb
commit
b191357f4c
@ -186,7 +186,6 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.flag = false;
|
this.flag = false;
|
||||||
}
|
}
|
||||||
this.isShow = res.rows[0]?.merchant_info.quick_purchase_enabled == 1
|
|
||||||
const list = res.rows.filter((item) => {
|
const list = res.rows.filter((item) => {
|
||||||
return item.status == 2;
|
return item.status == 2;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user