xugenyuan

ref |> 早晚报列表数据不显示人民号名称问题

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -679,7 +679,7 @@ export struct PaperSingleColumn999CardView {
buildSourceString(): string {
let contentString: string = ''
if (this.item?.rmhInfo?.rmhName.length > 0) {
// contentString = this.item?.rmhInfo?.rmhName
contentString = this.item?.rmhInfo?.rmhName
}else if(this.item?.source.length > 0){
contentString = this.item?.source
}
... ...