From d889eaf990af99c06970e51f2bc421ac0015489c Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期四, 05 五月 2022 13:30:31 +0800
Subject: [PATCH] bug修复

---
 src/views/personalCenter/components/BasicInfo.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/personalCenter/components/BasicInfo.vue b/src/views/personalCenter/components/BasicInfo.vue
index bd41987..eb5bb7e 100644
--- a/src/views/personalCenter/components/BasicInfo.vue
+++ b/src/views/personalCenter/components/BasicInfo.vue
@@ -118,8 +118,8 @@
       },
       userInfo: {
         userId: "",
-        username: "panlei",
-        phoneNum: "17610829559",
+        username: "",
+        phoneNum: "",
         type: "", // 鏅�氱敤鎴疯繕鏄紑鍙戣��
         userType: 1, // 涓汉杩樻槸鍏徃
         industryId: "",
@@ -182,6 +182,7 @@
       entireUserInfo(this.userInfo)
         .then((res) => {
           this.$notify.success("璐︽埛淇℃伅淇濆瓨鎴愬姛");
+          // this.$emit("gotolist")
         })
         .catch((err) => {
           if (err && err.status == 401) {

--
Gitblit v1.8.0