wangliang_wd

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

@@ -184,7 +184,7 @@ export struct OtherHomePageBottomCommentComponent { @@ -184,7 +184,7 @@ export struct OtherHomePageBottomCommentComponent {
184 this.data_comment.notifyDataReload() 184 this.data_comment.notifyDataReload()
185 185
186 this.count = this.data_comment.totalCount() 186 this.count = this.data_comment.totalCount()
187 - this.commentNum = value.totalCount 187 + // this.commentNum = value.totalCount
188 if (value.hasNext === 1) { 188 if (value.hasNext === 1) {
189 this.curPageNum++ 189 this.curPageNum++
190 } else { 190 } else {
@@ -214,7 +214,7 @@ export struct OtherHomePageBottomCommentComponent { @@ -214,7 +214,7 @@ export struct OtherHomePageBottomCommentComponent {
214 this.data_comment.notifyDataReload() 214 this.data_comment.notifyDataReload()
215 215
216 this.count = this.data_comment.totalCount() 216 this.count = this.data_comment.totalCount()
217 - this.commentNum = value.totalCount 217 + // this.commentNum = value.totalCount
218 if (value.hasNext === 1) { 218 if (value.hasNext === 1) {
219 this.curPageNum++ 219 this.curPageNum++
220 } else { 220 } else {
@@ -236,7 +236,7 @@ export struct OtherHomePageBottomCommentComponent { @@ -236,7 +236,7 @@ export struct OtherHomePageBottomCommentComponent {
236 this.data_comment.notifyDataReload() 236 this.data_comment.notifyDataReload()
237 237
238 this.count = this.data_comment.totalCount() 238 this.count = this.data_comment.totalCount()
239 - this.commentNum = value.totalCount 239 + // this.commentNum = value.totalCount
240 if (value.hasNext === 1) { 240 if (value.hasNext === 1) {
241 this.curPageNum++ 241 this.curPageNum++
242 } else { 242 } else {
@@ -46,7 +46,7 @@ export struct PeopleShipHomePageTopComponent { @@ -46,7 +46,7 @@ export struct PeopleShipHomePageTopComponent {
46 authIcon: this.detailModel.authIcon 46 authIcon: this.detailModel.authIcon
47 }).margin({ 47 }).margin({
48 left: '10vp', 48 left: '10vp',
49 - bottom: '20vp' 49 + bottom: '15vp'
50 }).onClick(() => { 50 }).onClick(() => {
51 let params = { 51 let params = {
52 'headPhotoUrl': this.detailModel.headPhotoUrl, 52 'headPhotoUrl': this.detailModel.headPhotoUrl,