12
This commit is contained in:
parent
7064c6b36d
commit
92cddb5da5
@ -33,7 +33,7 @@ const confirmPay = async () => {
|
|||||||
price: payStatus.value === 0 ? qrData.value.price : amount.value,
|
price: payStatus.value === 0 ? qrData.value.price : amount.value,
|
||||||
currency: qrData.value.currency,
|
currency: qrData.value.currency,
|
||||||
qrUid:qrUid.value,
|
qrUid:qrUid.value,
|
||||||
testReturnHost: 'http://192.168.88.25:3000',
|
testReturnHost:window.location.origin,
|
||||||
testReturnEndPoint: '/collectCode/payment/result'
|
testReturnEndPoint: '/collectCode/payment/result'
|
||||||
})
|
})
|
||||||
if (res.status === 0) {
|
if (res.status === 0) {
|
||||||
|
@ -32,7 +32,7 @@ const confirmPay=async ()=>{
|
|||||||
buyUid:payment.value.buyUid,
|
buyUid:payment.value.buyUid,
|
||||||
price:payStatus.value===0?payment.value.leftPrice:amount.value,
|
price:payStatus.value===0?payment.value.leftPrice:amount.value,
|
||||||
currency:payment.value.leftCurrency,
|
currency:payment.value.leftCurrency,
|
||||||
testReturnHost:'http://192.168.88.50:3000',
|
testReturnHost:window.location.origin,
|
||||||
testReturnEndPoint:'/payment/result'
|
testReturnEndPoint:'/payment/result'
|
||||||
})
|
})
|
||||||
if (res.status===0){
|
if (res.status===0){
|
||||||
|
Loading…
Reference in New Issue
Block a user