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
yangchenggong1_wd
2024-09-25 09:44:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63e47b9c4d043916c6afc9761df124545fcd33e6
63e47b9c
1 parent
3940e26e
fix |> 20448 不能评论的稿件详情页面,最下方的推荐阅读,展示不完整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
View file @
63e47b9
...
...
@@ -189,7 +189,7 @@ export struct ImageAndTextPageComponent {
Column(){
Divider().strokeWidth(8).color('#f5f5f5')
RecommendList({ recommendList: this.recommendList })
}.padding({bottom:this.contentDetailData?.openComment ? 0 : 44 })
}.padding({bottom:this.contentDetailData?.openComment ? 0 : 44
+ 8
})
}
// 评论
if (this.contentDetailData?.openComment) {
...
...
Please
register
or
login
to post a comment