代客下单更新储值卡为扫码支付
This commit is contained in:
parent
178a06f2d7
commit
24a044427b
|
|
@ -1414,7 +1414,7 @@ export default {
|
|||
},
|
||||
payTypeItemClick(item) {
|
||||
console.log(item);
|
||||
if (item.payType == "scanCode") {
|
||||
if (item.payType == "deposit") {
|
||||
//扫码支付
|
||||
this.refToggle("refScanCode", true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue