wangyujian_wd

feat:1)点击首页顶部 人民日报logo 跳转页面修改

@@ -155,8 +155,8 @@ export struct TopNavigationComponent { @@ -155,8 +155,8 @@ export struct TopNavigationComponent {
155 .width(72) 155 .width(72)
156 .height(29) 156 .height(29)
157 .onClick((event: ClickEvent) => { 157 .onClick((event: ClickEvent) => {
158 - this.jumpToLiveDetailsPaper()  
159 - // this.jumpToENewPaper() 158 + // this.jumpToLiveDetailsPaper()
  159 + this.jumpToENewPaper()
160 }) 160 })
161 161
162 Stack({ alignContent: Alignment.Center }) { 162 Stack({ alignContent: Alignment.Center }) {