Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -165,6 +165,7 @@ export struct VideoChannelPage { | @@ -165,6 +165,7 @@ export struct VideoChannelPage { | ||
| 165 | const tab = this.topNavList[index] | 165 | const tab = this.topNavList[index] |
| 166 | this.handleAudio() | 166 | this.handleAudio() |
| 167 | // Logger.info(TAG, `视频tab埋点: ${JSON.stringify(tab)}`); | 167 | // Logger.info(TAG, `视频tab埋点: ${JSON.stringify(tab)}`); |
| 168 | + if (!tab) {return} | ||
| 168 | const params: ParamType = { | 169 | const params: ParamType = { |
| 169 | "pageName": tab.name, | 170 | "pageName": tab.name, |
| 170 | "tabName": tab.name, | 171 | "tabName": tab.name, |
-
Please register or login to post a comment