diff --git a/src/saas/AppCountryAlbum/AlbumDetail.vue b/src/saas/AppCountryAlbum/AlbumDetail.vue index 9ee10826..07de7def 100644 --- a/src/saas/AppCountryAlbum/AlbumDetail.vue +++ b/src/saas/AppCountryAlbum/AlbumDetail.vue @@ -201,7 +201,7 @@ this.current = this.current + 1 - if (res.data.records.length) { + if (res.data.records.length && this.coverImg) { this.coverImg = res.data.records[0].photoUrl } }