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
liyubing
2024-06-13 10:15:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3163e86fc8d5c76006b18eb9afe5253c32346c29
3163e86f
1 parent
5a667121
feat:
1)lottie版本倒退
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
3 deletions
sight_harmony/features/wdComponent/oh-package.json5
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponentNew.ets
sight_harmony/features/wdDetailPlayLive/oh-package.json5
sight_harmony/products/phone/oh-package.json5
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
sight_harmony/features/wdComponent/oh-package.json5
View file @
3163e86
...
...
@@ -7,7 +7,7 @@
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"2.0.1
1-rc.4
"
,
"@ohos/lottie"
:
"2.0.1
0
"
,
"wdConstant"
:
"file:../../commons/wdConstant"
,
"wdPlayer"
:
"file:../../features/wdPlayer"
,
"wdLogin"
:
"file:../../features/wdLogin"
,
...
...
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponentNew.ets
View file @
3163e86
...
...
@@ -480,6 +480,8 @@ export struct TopNavigationComponentNew {
//处理新闻tab顶导频道数据
this.topNavListHandle()
this.changePage(this.currentTopNavSelectedIndex)
console.log('XY', '----TopNavigation-------aboutToAppear'+this.navItem.name)
}
onTopNavigationDataUpdated() {
...
...
sight_harmony/features/wdDetailPlayLive/oh-package.json5
View file @
3163e86
...
...
@@ -7,7 +7,7 @@
"main"
:
"Index.ets"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"2.0.1
1-rc.4
"
,
"@ohos/lottie"
:
"2.0.1
0
"
,
"wdComponent"
:
"file:../../features/wdComponent"
,
"wdPlayer"
:
"file:../../features/wdPlayer"
,
"wdNetwork"
:
"file:../../commons/wdNetwork"
,
...
...
sight_harmony/products/phone/oh-package.json5
View file @
3163e86
...
...
@@ -7,7 +7,7 @@
"main"
:
""
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/lottie"
:
"2.0.1
1-rc.4
"
,
"@ohos/lottie"
:
"2.0.1
0
"
,
"wdComponent"
:
"file:../../features/wdComponent"
,
"wdConstant"
:
"file:../../commons/wdConstant"
,
"wdKit"
:
"file:../../commons/wdKit"
,
...
...
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
View file @
3163e86
...
...
@@ -37,6 +37,8 @@ export struct VideoChannelPage {
aboutToAppear(): void {
this.setBarBackgroundColor()
console.log(TAG, 'aboutToAppear')
console.log('XY', '----VideoChannel-------aboutToAppear')
}
/**
...
...
Please
register
or
login
to post a comment