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
wangliang_wd
2024-04-03 17:52:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6288e6b23c0985a1d4b79010692b67b57cdcb8e3
6288e6b2
1 parent
47d35db9
feat:重置全选状态
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/BrowsingHistoryPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/MyCollectionListPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/BrowsingHistoryPage.ets
View file @
6288e6b
@@ -174,5 +174,6 @@ struct BrowsingHistoryPage {
@@ -174,5 +174,6 @@ struct BrowsingHistoryPage {
174
174
175
//重置删除状态
175
//重置删除状态
176
this.isEditState = false
176
this.isEditState = false
177
+
this.isAllSelect = false
177
}
178
}
178
}
179
}
sight_harmony/features/wdComponent/src/main/ets/components/page/MyCollectionListPage.ets
View file @
6288e6b
@@ -174,5 +174,6 @@ struct MyCollectionListPage {
@@ -174,5 +174,6 @@ struct MyCollectionListPage {
174
174
175
//重置删除状态
175
//重置删除状态
176
this.isEditState = false
176
this.isEditState = false
177
+
this.isAllSelect = false
177
}
178
}
178
}
179
}
Please
register
or
login
to post a comment