zhanglun_wd

埋点问题修复

@@ -372,6 +372,7 @@ export struct BottomNavigationComponent { @@ -372,6 +372,7 @@ export struct BottomNavigationComponent {
372 default : item.pageName = 'NEWS'; break; 372 default : item.pageName = 'NEWS'; break;
373 } 373 }
374 }) 374 })
  375 + this.bottomNavList = list
375 } 376 }
376 } 377 }
377 } 378 }