Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xugenyuan
2024-05-27 16:22:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8470450e3b95520f1f09ece061d8673afa2c7a8e
8470450e
1 parent
eb39402f
ref |> 统一视频详情页评论入口开关配置
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerCommentView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerRightView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerCommentView.ets
View file @
8470450
...
...
@@ -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 })
...
...
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerRightView.ets
View file @
8470450
...
...
@@ -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()
...
...
Please
register
or
login
to post a comment