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
张善主
2024-06-04 10:43:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc0893b32d1e90d98ee82aa4c5c16599be9c7932
dc0893b3
1 parent
e1a3711c
fix(动态卡片):评论控制
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
sight_harmony/features/wdComponent/src/main/ets/components/CarderInteraction.ets
sight_harmony/features/wdComponent/src/main/ets/components/CarderInteraction.ets
View file @
dc0893b
...
...
@@ -60,12 +60,12 @@ export struct CarderInteraction {
})
}
if(this.contentDetailData.rmhInfo != null){
if(this.contentDetailData.shareInfo != null && 1 == this.contentDetailData.shareInfo.shareOpen && 1 == this.contentDetailData.rmhInfo.cnShareControl){
this.shareLayout()
if(this.contentDTO.rmhInfo != null){
if(this.contentDTO.shareInfo != null && 1 == this.contentDTO.shareInfo.shareOpen && 1 == this.contentDTO.rmhInfo.cnShareControl){
this.commentLayout()
}
}else{
this.
share
Layout()
this.
comment
Layout()
}
this.builderLike()
...
...
@@ -81,7 +81,7 @@ export struct CarderInteraction {
}
@Builder
share
Layout() {
comment
Layout() {
Row() {
Image($r('app.media.CarderInteraction_comment'))
.width(18)
...
...
Please
register
or
login
to post a comment