ref |> 统一视频详情页评论入口开关配置
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -18,7 +18,7 @@ export struct PlayerCommentView { | @@ -18,7 +18,7 @@ export struct PlayerCommentView { | ||
| 18 | router.back(); | 18 | router.back(); |
| 19 | }) | 19 | }) |
| 20 | 20 | ||
| 21 | - if (this.contentDetailData.openComment === 1) { | 21 | + if (this.contentDetailData.openComment == 1) { |
| 22 | TextInput({ placeholder: '说两句...', text: this.comment }) | 22 | TextInput({ placeholder: '说两句...', text: this.comment }) |
| 23 | .placeholderColor('#999999') | 23 | .placeholderColor('#999999') |
| 24 | .placeholderFont({ size: 14 }) | 24 | .placeholderFont({ size: 14 }) |
| @@ -184,7 +184,7 @@ export struct PlayerRightView { | @@ -184,7 +184,7 @@ export struct PlayerRightView { | ||
| 184 | this.userBuilderView() | 184 | this.userBuilderView() |
| 185 | this.likeBuilderView() | 185 | this.likeBuilderView() |
| 186 | this.collectBuilderView() | 186 | this.collectBuilderView() |
| 187 | - if (this.contentDetailData.openComment === 1) { | 187 | + if (this.contentDetailData.openComment == 1) { |
| 188 | this.commentBuilderView() | 188 | this.commentBuilderView() |
| 189 | } | 189 | } |
| 190 | this.shareBuilderView() | 190 | this.shareBuilderView() |
-
Please register or login to post a comment