From 1d0896b2ba860c9d79ffcab3eec30675a9f39b14 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期一, 17 三月 2025 22:10:07 +0800 Subject: [PATCH] fix --- H5/pages/authentication/authentication.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/H5/pages/authentication/authentication.vue b/H5/pages/authentication/authentication.vue index 746c297..aa3a4ae 100644 --- a/H5/pages/authentication/authentication.vue +++ b/H5/pages/authentication/authentication.vue @@ -375,7 +375,7 @@ }, // 图片上传(优化后) uploadImg() { - if (this.uploading || this.disable) return; + if (this.disable) return; this.uploading = true; uni.chooseImage({ -- Gitblit v1.7.1