董国庆
2025-03-18 4825fe42306e56d7c9217c73283d992b2b22996d
H5/pages/authentication/authentication.vue
@@ -260,17 +260,16 @@
               this.form.avatar = this.imgUrls[0];
               if (this.detail) {
                  await edit(this.form);
                  let res = await edit(this.form);
                  console.log(res);
               } else {
                  await apply(this.form);
                  let res = await apply(this.form);
                  console.log(res);
               }
               this.$refs.savePop.showPopup();
               this.loading = false;
            } catch (error) {
               uni.showToast({
                  title: '提交失败,请重试',
                  icon: 'none'
               });
            } finally {
               this.loading = false;
            }