This commit is contained in:
2024-01-09 00:03:43 +08:00
parent 3b28b1f7ab
commit 835da2c9cd
3 changed files with 9 additions and 9 deletions

View File

@@ -223,10 +223,10 @@
return
}
if (this.page.real.length == 1) {
// 仅有一个选择时直接调用支付接口
this.createOrder()
}
// if (this.page.real.length == 1) {
// // 仅有一个选择时直接调用支付接口
// this.createOrder()
// }
}
}
</script>