Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -27,7 +27,7 @@ export struct LiveHorizontalCardComponent { | @@ -27,7 +27,7 @@ export struct LiveHorizontalCardComponent { | ||
| 27 | .fontWeight(600) | 27 | .fontWeight(600) |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | - if (this.compDTO.dataSourceType === 'LIVE_HORIZONTAL_CARD' || this.compDTO.dataSourceType === 'LIVE_MONTHLY_RANKING') { | 30 | + if (this.compDTO.dataSourceType === 'LIVE_HORIZONTAL_CARD' || this.compDTO.dataSourceType === 'LIVE_MONTHLY_RANKING' || this.compDTO.dataSourceType === 'OBJECT_POS') { |
| 31 | Row() { | 31 | Row() { |
| 32 | Text("更多") | 32 | Text("更多") |
| 33 | .fontSize($r("app.float.font_size_14")) | 33 | .fontSize($r("app.float.font_size_14")) |
-
Please register or login to post a comment