yuzhilin

feat:早晚报跳转详情页

@@ -447,5 +447,8 @@ export struct PaperSingleColumn999CardView { @@ -447,5 +447,8 @@ export struct PaperSingleColumn999CardView {
447 .backgroundColor(Color.White) 447 .backgroundColor(Color.White)
448 .margin({ bottom: 5, left: 12, right: 12 }) 448 .margin({ bottom: 5, left: 12, right: 12 })
449 .borderRadius(4) 449 .borderRadius(4)
  450 + .onClick(()=>{
  451 + ProcessUtils.processPage(this.item)
  452 + })
450 } 453 }
451 } 454 }