@@ -78,7 +78,7 @@ export default {
this.DataLock = true
this.AliPay({ queryData: { amount: this.Amount - 0, returnURL: encodeURIComponent(`${window.location.origin}/#/WoDe/ChongZhiZhuangTai`), token: window.localStorage.Jwt } }).then((res) => {
this.DataLock = false
- window.location.href = res.data.data
+ window.location.href = res.data.data.payUrl
}).catch((res) => {
})