Explorar o código

updateListData刷新的时候isShowTitleBar设置true

onecold hai 8 meses
pai
achega
0fdb5e2e7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     });