Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -60,7 +60,7 @@ export struct CarderInteraction { | @@ -60,7 +60,7 @@ export struct CarderInteraction { | ||
| 60 | }) | 60 | }) |
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | - if(this.contentDetailData?.openComment == 1){ | 63 | + if(this.contentDetailData?.openComment == 1 || router.getState().name === 'PeopleShipHomePage'){ |
| 64 | this.commentLayout() | 64 | this.commentLayout() |
| 65 | } | 65 | } |
| 66 | this.builderLike() | 66 | this.builderLike() |
-
Please register or login to post a comment