wangliang_wd

feat:优化个人界面评论数展示

... ... @@ -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 {
... ...
... ... @@ -46,7 +46,7 @@ export struct PeopleShipHomePageTopComponent {
authIcon: this.detailModel.authIcon
}).margin({
left: '10vp',
bottom: '20vp'
bottom: '15vp'
}).onClick(() => {
let params = {
'headPhotoUrl': this.detailModel.headPhotoUrl,
... ...