Mr.Shi
2023-09-12 1c7a0f0f76551c5a5360b1c54e5bd7fec44d9cae
minipro_standard/pages/changePassword/changePassword.vue
@@ -10,6 +10,7 @@
            <view class="password_list_item_box">
               <input type="password" v-model="form.originalPassword" maxlength="20" placeholder="请输入原密码">
            </view>
            <text class="password_list_item_btn" @click="forgotPassword">忘记密码</text>
         </view>
         <view class="password_list_item">
            <text>新密码</text>
@@ -47,7 +48,9 @@
      methods: {
         // 忘记密码
         forgotPassword() {
            uni.navigateTo({
               url: '/pages_adjust/pages/forgotPassword/forgotPassword'
            });
         },
         // 提交修改
         submit() {
@@ -116,6 +119,13 @@
                   font-weight: 400;
                   color: #222222;
               }
            .password_list_item_btn {
               text-align: right;
               font-size: 26rpx;
               font-family: PingFangSC-Regular, PingFang SC;
               font-weight: 400;
               color: #4275FC;
            }
               .password_list_item_box {
                   display: flex;
                   justify-content: space-between;