#HarmonyOS NEXT体验官#【HarmonyOSNext】使用两层Scroll实现一天时间轴和事件卡片的层叠显示
原创
简介实现某一天24小时的时间长度和当天事件的页面。实现如下的效果:代码代码架构ListPage:主界面NumberUtil:数字辅助类DateEvenModel:日程实体类ListPageViewModel:界面交互类ListPagetypescriptimport{DateEvenModel}from'..ModelsDateEvenModel';import{ListPageViewModel}from'..ViewModelsListPageViewModel';EntryComponentstructListPage{StateVM:ListPageViewModelnewListPageViewModel();aboutToAppear():void{thi...