|
|
@@ -50,6 +50,7 @@ export struct NavidromePage {
|
|
|
@Link offsetX: number;
|
|
|
@Link isShowDrawer: boolean;
|
|
|
@State isNoJumpToHome: boolean = false //网盘播放不跳转首页
|
|
|
+ @StorageProp('bottomSafeHeight') bottomSafeHeight: number = 0;
|
|
|
@Prop @Watch('onSwitchAccount') selectedAccount: WebDavAccount;
|
|
|
@StorageProp('currentTheme') currentTheme: number = 0;
|
|
|
@State selectedTab: number = 0; // 0: 全部, 1: 艺术家, 2: 专辑
|
|
|
@@ -1387,6 +1388,7 @@ export struct NavidromePage {
|
|
|
.cachedCount(3)
|
|
|
.padding({ top: 5, bottom: 5 })
|
|
|
.listDirection(Axis.Vertical)
|
|
|
+ .contentEndOffset(this.bottomSafeHeight+70)
|
|
|
.scrollBar(BarState.Auto)
|
|
|
.edgeEffect(EdgeEffect.Spring)
|
|
|
.onReachEnd(() => {
|