wuyanan

fix |> 修复推荐地方卡,点击更多跳转闪退问题

@@ -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,