mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 13:19:31 +08:00
fix: 修复图库功能loading 成功状态 error 改为 success
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user