1
0
zrcadlo https://github.com/ialley-workshop-open/uni-halo.git synchronizováno 2026-06-12 13:19:31 +08:00

fix: 修复图库功能loading 成功状态 error 改为 success

Tento commit je obsažen v:
小莫唐尼
2025-07-20 00:04:53 +08:00
rodič c17e668afe
revize 97e358e41f
+1 -1
Zobrazit soubor
@@ -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);