|
@@ -53,7 +53,7 @@
|
|
|
<input class='iptbox' value="{{Value.length>=index+1?Value[index]:''}}" disabled password='{{ispassword}}' catchtap='Tap'></input>
|
|
|
</block>
|
|
|
</view>
|
|
|
- <input name="password" password="{{true}}" value='{{Value}}' class='ipt' maxlength="{{Length}}" focus="{{isFocus}}" bindinput="Focus" style='display:none'></input>
|
|
|
+ <input name="password" password="{{true}}" value='{{Value}}' class='ipt' maxlength="{{Length}}" focus="{{isFocus}}" auto-focus="true" bindinput="Focus" style='display:none'></input>
|
|
|
<view class='f-box btn-box'>
|
|
|
<view class="btn-area f-s32 btn-del" bindtap='fromDel'>删除</view>
|
|
|
<view class="btn-area f-s32 bg-green c-white" bindtap='formSubmit'>确定</view>
|