ZZJ
2022-05-05 d889eaf990af99c06970e51f2bc421ac0015489c
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) {