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
wuyanan
2024-10-28 20:47:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61509b8d7ee9947d510ae844a49ac82bdda05b6d
61509b8d
1 parent
5b59f75b
fix |> 修复推荐地方卡,点击更多跳转闪退问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
View file @
61509b8
...
...
@@ -165,6 +165,7 @@ export struct VideoChannelPage {
const tab = this.topNavList[index]
this.handleAudio()
// Logger.info(TAG, `视频tab埋点: ${JSON.stringify(tab)}`);
if (!tab) {return}
const params: ParamType = {
"pageName": tab.name,
"tabName": tab.name,
...
...
Please
register
or
login
to post a comment