支付拉起调整

This commit is contained in:
GaoHao
2024-12-13 14:06:56 +08:00
parent 3d7d5178e6
commit 9083c9a454
3 changed files with 17 additions and 4 deletions

View File

@@ -589,7 +589,10 @@
res => {
if (res.code === 0) {
console.log(res)
that.$emit('paySuccess', res.data)
that.$emit('paySuccess', {
ordersId: this.orderId,
h5Url: res.data.h5Url
})
// const div = document.createElement('div')
// div.innerHTML = res.data //此处form就是后台返回接收到的数据
// document.body.appendChild(div)