xcx před 4 roky
rodič
revize
26b77a634d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/pages/WoDe/TiXian/index.vue

+ 1
- 1
src/pages/WoDe/TiXian/index.vue Zobrazit soubor

@@ -89,7 +89,7 @@ export default {
89 89
       }
90 90
       if (this.DataLock) return
91 91
       this.DataLock = true
92
-      this.CashOut({ data: { amount: this.Amount, cashPass: md5(this.Password) } }).then((res) => {
92
+      this.CashOut({ data: { amount: this.Amount * 100, cashPass: md5(this.Password) } }).then((res) => {
93 93
         this.Toast('提现成功')
94 94
         this.UpdateUserInfo({ urlData: { id: this.UserInfo.customerId } }).then(() => {
95 95
           this.$router.push({ name: 'UserCenter' })