yuzhilin

feat:早晚报跳转详情页

... ... @@ -447,5 +447,8 @@ export struct PaperSingleColumn999CardView {
.backgroundColor(Color.White)
.margin({ bottom: 5, left: 12, right: 12 })
.borderRadius(4)
.onClick(()=>{
ProcessUtils.processPage(this.item)
})
}
}
\ No newline at end of file
... ...