mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/settings/password.wxml

1 line
2.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="editPassword data-v-5914205e"><custom-navbar vue-id="6d1f2730-1" title="设置密码" showBack="{{true}}" borderBottom="none" backgroundColor="transparent" class="data-v-5914205e" bind:__l="__l"></custom-navbar><view class="password-title data-v-5914205e"><text class="data-v-5914205e">设置新密码</text></view><view class="password-tip data-v-5914205e"><text class="data-v-5914205e">登录密码用于美融融plus登录密码<text style="color:#E8101E;" class="data-v-5914205e">至少6个字符不能全是字母或者数字</text></text></view><view class="newPassword data-v-5914205e"><view class="password-text data-v-5914205e">新密码</view><view class="input-item data-v-5914205e"><input class="input-text data-v-5914205e" type="text" placeholder="请输入密码" password="{{!showNewPassword}}" maxlength="20" data-event-opts="{{[['input',[['__set_model',['','newPassword','$event',[]]],['checkPwdError',['$event']]]]]}}" value="{{newPassword}}" bindinput="__e"/><block wx:if="{{!showNewPassword}}"><image class="look-icon data-v-5914205e" src="/static/images/icons/noLook.png" mode="widthFix" data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" catchtap="__e"></image></block><block wx:else><image class="look-icon data-v-5914205e" src="/static/images//icons/look.png" mode="widthFix" data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" catchtap="__e"></image></block></view><block wx:if="{{pwdErrorMsg}}"><text class="pwd-error data-v-5914205e">{{pwdErrorMsg}}</text></block></view><view class="surePassword data-v-5914205e"><view class="password-text data-v-5914205e">确认密码</view><view class="input-item data-v-5914205e"><input class="input-text data-v-5914205e" type="text" placeholder="请输入密码" maxlength="20" password="{{!showSurePassword}}" data-event-opts="{{[['input',[['__set_model',['','surePassword','$event',[]]],['checkPwdError',['$event']]]]]}}" value="{{surePassword}}" bindinput="__e"/><block wx:if="{{!showSurePassword}}"><image class="look-icon data-v-5914205e" src="/static/images/icons/noLook.png" mode="widthFix" data-event-opts="{{[['tap',[['e2',['$event']]]]]}}" catchtap="__e"></image></block><block wx:else><image class="look-icon data-v-5914205e" src="/static/images//icons/look.png" mode="widthFix" data-event-opts="{{[['tap',[['e3',['$event']]]]]}}" catchtap="__e"></image></block></view><block wx:if="{{!pwdErrorMsg&&newPassword&&surePassword&&newPassword!==surePassword}}"><text class="pwd-error data-v-5914205e">两次输入的密码不一致</text></block></view><view class="select-serve-footer data-v-5914205e"><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="{{['select-serve-footer__btn','data-v-5914205e',(canSubmit)?'active':'']}}" bindtap="__e">确认</view></view></view>