Browse Source

静态页面

xcx 4 years ago
parent
commit
2b7fcd3def
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/WoDe/ChongZhi/index.vue

+ 1
- 1
src/pages/WoDe/ChongZhi/index.vue View File

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