支付拉起调整
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user