代客下单更新储值卡为扫码支付

This commit is contained in:
2024-09-05 09:32:50 +08:00
parent 178a06f2d7
commit 24a044427b

View File

@@ -1414,7 +1414,7 @@ export default {
},
payTypeItemClick(item) {
console.log(item);
if (item.payType == "scanCode") {
if (item.payType == "deposit") {
//扫码支付
this.refToggle("refScanCode", true);
}