This commit is contained in:
唐明明
2022-06-15 15:22:44 +08:00
parent e5207d5b7f
commit fe178cc98c
21 changed files with 5 additions and 4 deletions

View File

@@ -148,7 +148,7 @@
@confirm="validationIv" @cancel="()=>{ this.showIv = false, this.iv = '' }">
<slot name="default">
<view class="mnemonic-pwass">
<input class="iv-input" :focus="true" type="password" v-model="iv" maxlength="10"
<input class="iv-input" :focus="true" type="number" password v-model="iv" maxlength="10"
placeholder="输入支付密码" />
</view>
</slot>