|
|
@@ -11198,7 +11198,8 @@ export struct LocalMusic {
|
|
|
blurStyle: BlurStyle.Thin,
|
|
|
backgroundColor: this.isPlayListBgGrass?Color.Transparent:$r('app.color.silvery'),
|
|
|
title: {
|
|
|
- title: Utility.resourceToString(this.context, $r('app.string.current_play_list'))
|
|
|
+ title:this.getPlayListDisplayCount()==0?Utility.resourceToString(this.context, $r('app.string.current_play_list'))
|
|
|
+ :Utility.resourceToString(this.context, $r('app.string.current_play_list'))
|
|
|
+ `(${this.getPlayListDisplayCount()}首)`
|
|
|
}
|
|
|
})
|