Browse Source

updateListData刷新的时候isShowTitleBar设置true

onecold 8 tháng trước cách đây
mục cha
commit
0fdb5e2e7f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      entry/src/main/ets/view/LocalMusic.ets

+ 1 - 1
entry/src/main/ets/view/LocalMusic.ets

@@ -2402,7 +2402,7 @@ export struct LocalMusic {
     return mediaItems;
   }
   updateListData(mList: Array<VideoItem>, noSort?: boolean) {
-
+    this.isShowTitleBar = true
     animateTo({ duration: 666 }, () => {
       this.opacityItem = 0.5;
     });