Browse Source

修改bug

master
前端-胡立永 7 months ago
parent
commit
e86b8e8734
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/withdraw/withdraw.vue

+ 1
- 1
pages/withdraw/withdraw.vue View File

@ -31,7 +31,7 @@
</view>
<view class="box content">
<view class="title info">{{ $t('page.withdraw.payment-password') }}</view>
<input v-model="form.payPass" type="number" :placeholder="$t('page.withdraw.payment_password-placeholder')"/>
<input v-model="form.payPass" type="password" :placeholder="$t('page.withdraw.payment_password-placeholder')"/>
</view>
<!-- <view class="withdraw-amount content">


Loading…
Cancel
Save