|
|
@@ -1741,7 +1741,7 @@ export struct LocalMusic {
|
|
|
this.favList = result
|
|
|
if (isFavRefresh || this.isFavMusic) { //如果是我的收藏,更新我的收藏数据
|
|
|
this.videoLocalList = this.favList
|
|
|
- this.updateListData(this.videoLocalList)
|
|
|
+ this.updateListData(this.videoLocalList, true)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
@@ -6389,7 +6389,7 @@ export struct LocalMusic {
|
|
|
this.currentTitleName = '我的收藏'
|
|
|
this.currentTitleCover = $r('app.media.alt')
|
|
|
//加载动画效果
|
|
|
- this.updateListData(this.favList)
|
|
|
+ this.updateListData(this.favList, true)
|
|
|
if (ArrayUtil.isEmpty(this.favList)) {
|
|
|
ToastUtil.showToast('无音乐收藏记录')
|
|
|
} else {
|