瀏覽代碼

静态页面

xcx 4 年之前
父節點
當前提交
0111b32b47
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/pages/WoDe/TiXian/index.vue

+ 1
- 1
src/pages/WoDe/TiXian/index.vue 查看文件

@@ -71,7 +71,7 @@ export default {
71 71
       // }
72 72
       if (this.DataLock) return
73 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 75
         this.Toast('提现成功')
76 76
         this.DataLock = false
77 77
       }).catch((res) => {