From 97e358e41f3079fb1d3ebf1380bd8b0585b43445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Sun, 20 Jul 2025 00:04:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BE=E5=BA=93?= =?UTF-8?q?=E5=8A=9F=E8=83=BDloading=20=E6=88=90=E5=8A=9F=E7=8A=B6?= =?UTF-8?q?=E6=80=81=20error=20=E6=94=B9=E4=B8=BA=20success?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabbar/gallery/gallery.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tabbar/gallery/gallery.vue b/pages/tabbar/gallery/gallery.vue index d8ef993..67b862a 100644 --- a/pages/tabbar/gallery/gallery.vue +++ b/pages/tabbar/gallery/gallery.vue @@ -244,7 +244,7 @@ export default { .getPhotoListByGroupName(this.queryParams) .then(res => { this.hasNext = res.hasNext; - this.loading = 'error'; + this.loading = 'success'; if (res.items.length !== 0) { const _list = res.items.map((item, index) => { item.spec.url = this.$utils.checkImageUrl(item.spec.url || item.spec.cover);