|
@@ -145,7 +145,7 @@ export default {
|
145
|
145
|
CurrentOrder = { ...item }
|
146
|
146
|
}
|
147
|
147
|
})
|
148
|
|
- this.AliPay({ urlData: { orderId: CurrentOrder.orderId }, queryData: { returlURL: encodeURIComponent(`${window.location.origin}/#/PaiJiang/PaiJiangGuanLi`) } }).then((res) => {
|
|
148
|
+ this.AliPay({ urlData: { orderId: CurrentOrder.orderId }, queryData: { returlURL: `${window.location.origin}/#/PaiJiang/PaiJiangGuanLi` } }).then((res) => {
|
149
|
149
|
this.DataLock = false
|
150
|
150
|
window.location.href = res.data.data.payUrl
|
151
|
151
|
}).catch((res) => {
|