@@ -71,7 +71,7 @@ export default {
// }
if (this.DataLock) return
this.DataLock = true
- this.CashOut({ data: { amount: this.Amount * 100, cashPass: md5(this.Password) } }).then((res) => {
+ this.CashOut({ data: { amount: this.Amount, cashPass: md5(this.Password) } }).then((res) => {
this.Toast('提现成功')
this.DataLock = false
}).catch((res) => {