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

This commit is contained in:
YeMingfei666 2024-09-05 09:32:50 +08:00
parent 178a06f2d7
commit 24a044427b
1 changed files with 1 additions and 1 deletions

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);
}