ref |> 早晚报列表数据不显示人民号名称问题
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 | } |
-
Please register or login to post a comment