From ae92f41d5c59f5cdb0097bf549b6c3e3e8e4eb3b Mon Sep 17 00:00:00 2001
From: DESKTOP-CVS3R96\我恁爹 <11>
Date: Sat, 12 Nov 2022 00:28:40 +0800
Subject: [PATCH] 111
---
src/page/newUser/index.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index f070035..47468ba 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -191,6 +191,7 @@
</div>
</div>
</van-popup>
+ <loginPopup />
</div>
</template>
@@ -198,6 +199,7 @@
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",
@@ -209,8 +211,11 @@
oldPassword: "", // 旧密码
newPassword: "", // 新密码
cirNewPassword: "", //确认新密码
- userInfo: {}
+ userInfo: {},
};
+ },
+ components: {
+ loginPopup,
},
created() {
this.getUserInfo();
@@ -218,6 +223,7 @@
methods: {
handleZh() {
this.selectUserFlag = !this.selectUserFlag;
+ this.dialogVisible = true;
},
async getUserInfo() {
// 获取用户信息
--
Gitblit v1.9.3