소스 검색

静态页面

xcx 4 년 전
부모
커밋
26b77a634d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/WoDe/TiXian/index.vue

+ 1
- 1
src/pages/WoDe/TiXian/index.vue 파일 보기

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