Showing
5 changed files
with
7 additions
and
3 deletions
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | "main": "Index.ets", | 7 | "main": "Index.ets", |
| 8 | "version": "1.0.0", | 8 | "version": "1.0.0", |
| 9 | "dependencies": { | 9 | "dependencies": { |
| 10 | - "@ohos/lottie": "2.0.11-rc.4", | 10 | + "@ohos/lottie": "2.0.10", |
| 11 | "wdConstant": "file:../../commons/wdConstant", | 11 | "wdConstant": "file:../../commons/wdConstant", |
| 12 | "wdPlayer": "file:../../features/wdPlayer", | 12 | "wdPlayer": "file:../../features/wdPlayer", |
| 13 | "wdLogin": "file:../../features/wdLogin", | 13 | "wdLogin": "file:../../features/wdLogin", |
| @@ -480,6 +480,8 @@ export struct TopNavigationComponentNew { | @@ -480,6 +480,8 @@ export struct TopNavigationComponentNew { | ||
| 480 | //处理新闻tab顶导频道数据 | 480 | //处理新闻tab顶导频道数据 |
| 481 | this.topNavListHandle() | 481 | this.topNavListHandle() |
| 482 | this.changePage(this.currentTopNavSelectedIndex) | 482 | this.changePage(this.currentTopNavSelectedIndex) |
| 483 | + | ||
| 484 | + console.log('XY', '----TopNavigation-------aboutToAppear'+this.navItem.name) | ||
| 483 | } | 485 | } |
| 484 | 486 | ||
| 485 | onTopNavigationDataUpdated() { | 487 | onTopNavigationDataUpdated() { |
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | "main": "Index.ets", | 7 | "main": "Index.ets", |
| 8 | "version": "1.0.0", | 8 | "version": "1.0.0", |
| 9 | "dependencies": { | 9 | "dependencies": { |
| 10 | - "@ohos/lottie": "2.0.11-rc.4", | 10 | + "@ohos/lottie": "2.0.10", |
| 11 | "wdComponent": "file:../../features/wdComponent", | 11 | "wdComponent": "file:../../features/wdComponent", |
| 12 | "wdPlayer": "file:../../features/wdPlayer", | 12 | "wdPlayer": "file:../../features/wdPlayer", |
| 13 | "wdNetwork": "file:../../commons/wdNetwork", | 13 | "wdNetwork": "file:../../commons/wdNetwork", |
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | "main": "", | 7 | "main": "", |
| 8 | "version": "1.0.0", | 8 | "version": "1.0.0", |
| 9 | "dependencies": { | 9 | "dependencies": { |
| 10 | - "@ohos/lottie": "2.0.11-rc.4", | 10 | + "@ohos/lottie": "2.0.10", |
| 11 | "wdComponent": "file:../../features/wdComponent", | 11 | "wdComponent": "file:../../features/wdComponent", |
| 12 | "wdConstant": "file:../../commons/wdConstant", | 12 | "wdConstant": "file:../../commons/wdConstant", |
| 13 | "wdKit": "file:../../commons/wdKit", | 13 | "wdKit": "file:../../commons/wdKit", |
| @@ -37,6 +37,8 @@ export struct VideoChannelPage { | @@ -37,6 +37,8 @@ export struct VideoChannelPage { | ||
| 37 | aboutToAppear(): void { | 37 | aboutToAppear(): void { |
| 38 | this.setBarBackgroundColor() | 38 | this.setBarBackgroundColor() |
| 39 | console.log(TAG, 'aboutToAppear') | 39 | console.log(TAG, 'aboutToAppear') |
| 40 | + | ||
| 41 | + console.log('XY', '----VideoChannel-------aboutToAppear') | ||
| 40 | } | 42 | } |
| 41 | 43 | ||
| 42 | /** | 44 | /** |
-
Please register or login to post a comment