Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <!--pages/apply/index.wxml-->
- <view class="ns" style="height:{{isIPX?'88px':'64px'}};">
- <image src="../../../../image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};" mode="widthFix" bindtap="back"></image>
- <text style="top:{{isIPX?'54px':'30px'}};">密码修改</text>
- </view>
- <view class="main-box table-box">
- <view>
- <view>
- <image style="width: 25rpx; height: 30rpx; margin:0 20rpx;" mode="{{item.mode}}" src="../../../../image/icon/password.png"></image>
- <text>旧密码</text>
- </view>
- <view>
- <input type="text" password="true" style="margin-top: 20rpx;text-align: right;"/>
- </view>
- </view>
- <view>
- <view>
- <image style="width: 25rpx; height: 30rpx; margin:0 20rpx;" mode="{{item.mode}}" src="../../../../image/icon/password.png"></image>
- <text>新密码</text>
- </view>
- <view>
- <input type="text" password="true" style="margin-top: 20rpx;text-align: right;"/>
- </view>
- </view>
- </view>
|