fix: 修改支付方式是否生效文字改为是否显示,优化支付方式快捷修改和弹窗提醒
This commit is contained in:
@@ -497,7 +497,7 @@ function refScanPayOpen(payType) {
|
||||
|
||||
async function getPaytype() {
|
||||
const res = await payTypeApi.getList();
|
||||
payTypes.list = res;
|
||||
payTypes.list = res.filter((v) => v.isDisplay);
|
||||
if (currentpayMoney.value * 1 <= 0) {
|
||||
payTypes.sel = payTypes.list.findIndex((v) => v.payType == "cash");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user