Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhangbo1_wd
2024-05-31 10:43:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bf51a371dd0857341f444ca2ea4455d161adc4e6
bf51a371
1 parent
61643d99
page埋点数据
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/PageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/PageComponent.ets
View file @
bf51a37
...
...
@@ -30,7 +30,8 @@ export struct PageComponent {
private listScroller: Scroller = new Scroller();
private panOption: PanGestureOptions = new PanGestureOptions({ direction: PanDirection.Up | PanDirection.Down })
needload: boolean = true;
@Provide pageTrackBean: PageTrackBean = {} as PageTrackBean
// page相关埋点数据,各组件需要,自行取用
@Provide pageTrackBean: PageTrackBean = new PageTrackBean()
build() {
Column() {
...
...
Please
register
or
login
to post a comment