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
wangliang_wd
2024-09-23 17:40:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
60e3302f1c8575babebb55992f759f4d3504a1dd
60e3302f
1 parent
74508917
feat:优化个人界面评论数展示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/home/OtherHomePageBottomCommentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomePageTopComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/home/OtherHomePageBottomCommentComponent.ets
View file @
60e3302
...
...
@@ -184,7 +184,7 @@ export struct OtherHomePageBottomCommentComponent {
this.data_comment.notifyDataReload()
this.count = this.data_comment.totalCount()
this.commentNum = value.totalCount
//
this.commentNum = value.totalCount
if (value.hasNext === 1) {
this.curPageNum++
} else {
...
...
@@ -214,7 +214,7 @@ export struct OtherHomePageBottomCommentComponent {
this.data_comment.notifyDataReload()
this.count = this.data_comment.totalCount()
this.commentNum = value.totalCount
//
this.commentNum = value.totalCount
if (value.hasNext === 1) {
this.curPageNum++
} else {
...
...
@@ -236,7 +236,7 @@ export struct OtherHomePageBottomCommentComponent {
this.data_comment.notifyDataReload()
this.count = this.data_comment.totalCount()
this.commentNum = value.totalCount
//
this.commentNum = value.totalCount
if (value.hasNext === 1) {
this.curPageNum++
} else {
...
...
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomePageTopComponent.ets
View file @
60e3302
...
...
@@ -46,7 +46,7 @@ export struct PeopleShipHomePageTopComponent {
authIcon: this.detailModel.authIcon
}).margin({
left: '10vp',
bottom: '
20
vp'
bottom: '
15
vp'
}).onClick(() => {
let params = {
'headPhotoUrl': this.detailModel.headPhotoUrl,
...
...
Please
register
or
login
to post a comment