xcx 4 vuotta sitten
vanhempi
commit
2b7fcd3def
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/pages/WoDe/ChongZhi/index.vue

+ 1
- 1
src/pages/WoDe/ChongZhi/index.vue Näytä tiedosto

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