|
@@ -5,8 +5,10 @@
|
|
|
</van-cell>
|
|
|
<van-cell>
|
|
|
<text slot='icon' class="iconfont icon-a-wodemima" />
|
|
|
- <input class="input" type="{{inputType}}" bindinput="inputPassword" value="{{password}}" placeholder="请输入密码" />
|
|
|
- <image slot='right-icon' bindtap="changePasswordType" class="image" src="{{inputType=='password'?'/static/image/dp-show.svg':'/static/image/dp-none.svg'}}" />
|
|
|
+ <input class="input" type="{{inputType}}" focus='{{focus}}' bindinput="inputPassword" value="{{password}}" placeholder="请输入密码" />
|
|
|
+ <view slot='right-icon' style="width: 90rpx;height: 22.4px; display: flex; justify-content: flex-end;" catchtap="changePasswordType">
|
|
|
+ <image class="image" src="{{inputType=='password'?'/static/image/dp-none.svg':'/static/image/dp-show.svg'}}" />
|
|
|
+ </view>
|
|
|
</van-cell>
|
|
|
|
|
|
<view class="box">
|