diff --git a/fir_client/src/components/FirAppInfosbaseinfo.vue b/fir_client/src/components/FirAppInfosbaseinfo.vue index 51d36f3..59c30df 100644 --- a/fir_client/src/components/FirAppInfosbaseinfo.vue +++ b/fir_client/src/components/FirAppInfosbaseinfo.vue @@ -210,11 +210,11 @@ return this.beforeAvatarUpload(file, 'screen') }, beforeAvatarUpload(file, act) { - // eslint-disable-next-line no-unused-vars return AvatarUploadUtils(this, file, { 'app_id': this.currentapp.app_id, 'upload_key': file.name, 'ftype': act + // eslint-disable-next-line no-unused-vars }, res => { this.getappinfo(); }); diff --git a/fir_client/src/components/FirUserProfileBase.vue b/fir_client/src/components/FirUserProfileBase.vue index a08a75c..549bfed 100644 --- a/fir_client/src/components/FirUserProfileBase.vue +++ b/fir_client/src/components/FirUserProfileBase.vue @@ -95,11 +95,11 @@ this.updateUserInfo({"methods": 'PUT', 'data': {"first_name": this.userinfo.first_name}}); }, beforeAvatarUpload(file) { - // eslint-disable-next-line no-unused-vars return AvatarUploadUtils(this, file, { 'app_id': this.userinfo.uid, 'upload_key': file.name, 'ftype': 'head' + // eslint-disable-next-line no-unused-vars }, res => { this.updateUserInfo({"methods": 'GET'}); }); diff --git a/fir_client/src/components/FirUserProfileCertification.vue b/fir_client/src/components/FirUserProfileCertification.vue index e3770b8..0b73bc0 100644 --- a/fir_client/src/components/FirUserProfileCertification.vue +++ b/fir_client/src/components/FirUserProfileCertification.vue @@ -1,94 +1,204 @@