| | |
| | | </div> |
| | | </div> |
| | | </van-popup> |
| | | <loginPopup /> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import * as api from "@/axios/api"; |
| | | import { Toast } from "mint-ui"; |
| | | import { isNull, pwdReg } from "@/utils/utils"; |
| | | import loginPopup from "@/components/loginDialog.vue"; |
| | | |
| | | export default { |
| | | name: "newUser", |
| | |
| | | oldPassword: "", // 旧密码 |
| | | newPassword: "", // 新密码 |
| | | cirNewPassword: "", //确认新密码 |
| | | userInfo: {} |
| | | userInfo: {}, |
| | | }; |
| | | }, |
| | | components: { |
| | | loginPopup, |
| | | }, |
| | | created() { |
| | | this.getUserInfo(); |
| | |
| | | methods: { |
| | | handleZh() { |
| | | this.selectUserFlag = !this.selectUserFlag; |
| | | this.dialogVisible = true; |
| | | }, |
| | | async getUserInfo() { |
| | | // 获取用户信息 |