xugenyuan

ref |> 统一视频详情页评论入口开关配置

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -18,7 +18,7 @@ export struct PlayerCommentView {
router.back();
})
if (this.contentDetailData.openComment === 1) {
if (this.contentDetailData.openComment == 1) {
TextInput({ placeholder: '说两句...', text: this.comment })
.placeholderColor('#999999')
.placeholderFont({ size: 14 })
... ...
... ... @@ -184,7 +184,7 @@ export struct PlayerRightView {
this.userBuilderView()
this.likeBuilderView()
this.collectBuilderView()
if (this.contentDetailData.openComment === 1) {
if (this.contentDetailData.openComment == 1) {
this.commentBuilderView()
}
this.shareBuilderView()
... ...