xugenyuan

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

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