yanlu

fix:16999 UI还原问题--【生产环境】进入直播预告页,android 标题显示直播预告;鸿蒙显示预约列表

... ... @@ -31,7 +31,7 @@ struct ReserveMorePage {
topSafeHeight: number = AppStorage.get<number>('topSafeHeight') as number;
type: number = 2;
pageSize: number = 20;
title: string = '预约列表'
title: string = '直播预告'
//是否预约过直播
@State isAppointmentLive: boolean = false
@State contentDTO: ContentDTO = {} as ContentDTO;
... ...