|
@@ -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' })
|