|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="page_body">
|
|
<view class="page_body">
|
|
|
<!-- 导航 -->
|
|
<!-- 导航 -->
|
|
|
- <rp-nav-bar height="88" :showHeaderborder="false" @GoBack="GoBack"></rp-nav-bar>
|
|
|
|
|
|
|
+ <nav-bar height="88" :showHeaderborder="false" @GoBack="GoBack"></nav-bar>
|
|
|
<view class="page_module">
|
|
<view class="page_module">
|
|
|
<view class="page_title">修改密码</view>
|
|
<view class="page_title">修改密码</view>
|
|
|
<view class="tip">请输入两次相同的密码进行修改</view>
|
|
<view class="tip">请输入两次相同的密码进行修改</view>
|
|
@@ -43,7 +43,7 @@
|
|
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
|
import { reactive, ref } from 'vue';
|
|
import { reactive, ref } from 'vue';
|
|
|
- import rpNavBar from '@/components/nav-bar.vue';
|
|
|
|
|
|
|
+ import navBar from '@/components/nav-bar.vue';
|
|
|
import uniForms from '@/uni_modules/uni-forms/components/uni-forms/uni-forms.vue';
|
|
import uniForms from '@/uni_modules/uni-forms/components/uni-forms/uni-forms.vue';
|
|
|
import uniFormsItem from '@/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue';
|
|
import uniFormsItem from '@/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue';
|
|
|
import uniEasyinput from '@/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue';
|
|
import uniEasyinput from '@/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue';
|