Commit eb930866 by 陈超

T

parent af9816a5
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
</template> </template>
</van-field> </van-field>
<van-field v-model="password" label="新密码" type="password" maxlength="18" placeholder="请输入6~18位密码"></van-field> <van-field v-model="password" label="新密码" type="password" maxlength="18" placeholder="请输入6~18位密码"></van-field>
<van-field v-model="password" label="请确认密码" type="repassword" maxlength="18" placeholder="请输入6~18位密码"></van-field> <van-field v-model="repassword" label="请确认密码" type="password" maxlength="18" placeholder="请输入6~18位密码"></van-field>
<div @click="onConfirm" :class="isOk ? 'confirm_button' : 'confirm_button_disable'" style="margin-top: 3.5rem;"> <div @click="onConfirm" :class="isOk ? 'confirm_button' : 'confirm_button_disable'" style="margin-top: 3.5rem;">
<span>修改密码</span> <span>修改密码</span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment