From fbc5b2bf39c2023199657e4c5c36e2f1e6a98247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=B3=BD=E8=BE=89?= <501574022@qq.com> Date: Thu, 21 Nov 2024 11:05:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BE=E7=89=87src=E4=BC=A0=E7=A9=BA?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BAerror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uv-image/components/uv-image/uv-image.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/uni_modules/uv-image/components/uv-image/uv-image.vue b/uni_modules/uv-image/components/uv-image/uv-image.vue index 2ab4a78..9e87748 100644 --- a/uni_modules/uv-image/components/uv-image/uv-image.vue +++ b/uni_modules/uv-image/components/uv-image/uv-image.vue @@ -125,6 +125,7 @@ if (!n) { // 如果传入null或者'',或者false,或者undefined,标记为错误状态 this.isError = true + this.loading = false } else { this.isError = false; this.loading = true; -- Gitee