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
王士厅
2024-08-21 18:40:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cbef7e4f845ab6b6b2a7ac82f99e593b3bb7db53
cbef7e4f
1 parent
9010f7af
fix: 兴趣卡关闭添加提示,关闭后列表删除数据
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleColumn09.ets
sight_harmony/products/phone/src/main/ets/pages/MainPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleColumn09.ets
View file @
cbef7e4
...
...
@@ -25,7 +25,7 @@ export struct ZhSingleColumn09 {
@State compDTO: CompDTO = {} as CompDTO
@State activeIndexs: Array<number> = []
@State operDataList: ContentDTO[] = this.compDTO?.operDataList || []
@St
ate selfClosed: Boolean = false;
@St
orageLink('selfClosed') selfClosed: boolean = false
@State loadImg: boolean = false;
@State compIndex: number = 0;
...
...
sight_harmony/products/phone/src/main/ets/pages/MainPage.ets
View file @
cbef7e4
...
...
@@ -18,6 +18,7 @@ const TAG = 'MainPage';
PersistentStorage.persistProp('GestureLoadStrategy', 0); // 点播视频手势动画0为用户首次进入视频点播,1为用户已进入视频点播
PersistentStorage.persistProp('clickedIds', []); // 频道稿件已读存放稿件ID结合用户频道列表已读置灰回显
PersistentStorage.persistProp('selfClosed', false); // 新闻频道推荐兴趣卡,默认显示
@Entry
@Component
...
...
Please
register
or
login
to post a comment