This commit is contained in:
2024-01-21 20:37:26 +08:00
parent 0a8d7e200a
commit d22566c5a2
2 changed files with 13 additions and 10 deletions

View File

@@ -523,12 +523,12 @@
console.log("params", params);
let _this = this
// _this.$api.createVegeOrder(params).then((resp) => {
_this.$api.createVegeOrder(params).then((resp) => {
// // console.log("resp", resp);
// this.$pay(resp)
// }).catch(e => {
// })
// console.log("resp", resp);
this.$pay(resp)
}).catch(e => {
})
},