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; }