Lou
2023-12-23 77bb088d2a1bd0092b0fba5ccd24ceccbfe95606
subPackage/user/editUserInfo/editUserInfo.vue
@@ -36,7 +36,8 @@
            avatar:"",
            info:{
               avatar:"",
               nick_name:""
               nick_name:"",
               id:""
            },
            header: {},
            uploadConfig: {
@@ -50,6 +51,8 @@
         this.avatar = this.userInfo.avatar;
         this.info.avatar = this.userInfo.avatar;
         this.info.nick_name = this.userInfo.nick_name;
         this.info.id = uni.getStorageSync("userInfo").user_id
         this.info.deptId = uni.getStorageSync("userInfo").dept_id
      },
      methods:{