xcx 4 lat temu
rodzic
commit
0111b32b47
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/pages/WoDe/TiXian/index.vue

+ 1
- 1
src/pages/WoDe/TiXian/index.vue Wyświetl plik

71
       // }
71
       // }
72
       if (this.DataLock) return
72
       if (this.DataLock) return
73
       this.DataLock = true
73
       this.DataLock = true
74
-      this.CashOut({ data: { amount: this.Amount * 100, cashPass: md5(this.Password) } }).then((res) => {
74
+      this.CashOut({ data: { amount: this.Amount, cashPass: md5(this.Password) } }).then((res) => {
75
         this.Toast('提现成功')
75
         this.Toast('提现成功')
76
         this.DataLock = false
76
         this.DataLock = false
77
       }).catch((res) => {
77
       }).catch((res) => {