fix
pyt
2025-03-18 e773235ae8f20f7128bab0f5d4404c444fdbabec
H5/pages/authentication/authentication.vue
@@ -261,12 +261,11 @@
               this.form.avatar = this.imgUrls[0];
               if (this.detail) {
                  await edit(this.form);
                  this.loading = false;
               } else {
                  await apply(this.form);
                  this.loading = false;
               }
               this.$refs.savePop.showPopup();
               this.loading = false;
            } catch (error) {
               uni.showToast({
                  title: '提交失败,请重试',