Showing
5 changed files
with
9 additions
and
13 deletions
| @@ -30,10 +30,9 @@ export struct HomePageBottomCommentComponent { | @@ -30,10 +30,9 @@ export struct HomePageBottomCommentComponent { | ||
| 30 | build() { | 30 | build() { |
| 31 | Column() { | 31 | Column() { |
| 32 | if (this.isGetRequest == true) { | 32 | if (this.isGetRequest == true) { |
| 33 | - Divider().width('100%') | 33 | + Text().backgroundColor($r('app.color.color_EDEDED')) |
| 34 | + .width('100%') | ||
| 34 | .height('2lpx') | 35 | .height('2lpx') |
| 35 | - .strokeWidth('1lpx') | ||
| 36 | - .backgroundColor($r('app.color.color_EDEDED')) | ||
| 37 | } | 36 | } |
| 38 | if (this.count === 0) { | 37 | if (this.count === 0) { |
| 39 | if (this.isGetRequest == true) { | 38 | if (this.isGetRequest == true) { |
| @@ -65,10 +65,9 @@ export struct HomePageBottomFollowComponent { | @@ -65,10 +65,9 @@ export struct HomePageBottomFollowComponent { | ||
| 65 | 65 | ||
| 66 | Column() { | 66 | Column() { |
| 67 | if (this.isGetRequest == true) { | 67 | if (this.isGetRequest == true) { |
| 68 | - Divider().width('100%') | 68 | + Text().backgroundColor($r('app.color.color_EDEDED')) |
| 69 | + .width('100%') | ||
| 69 | .height('2lpx') | 70 | .height('2lpx') |
| 70 | - .strokeWidth('1lpx') | ||
| 71 | - .backgroundColor($r('app.color.color_EDEDED')) | ||
| 72 | } | 71 | } |
| 73 | 72 | ||
| 74 | if (this.count === 0) { | 73 | if (this.count === 0) { |
| @@ -30,10 +30,9 @@ export struct OtherHomePageBottomCommentComponent { | @@ -30,10 +30,9 @@ export struct OtherHomePageBottomCommentComponent { | ||
| 30 | 30 | ||
| 31 | build() { | 31 | build() { |
| 32 | Column() { | 32 | Column() { |
| 33 | - Divider().width('100%') | 33 | + Text().backgroundColor($r('app.color.color_EDEDED')) |
| 34 | + .width('100%') | ||
| 34 | .height('2lpx') | 35 | .height('2lpx') |
| 35 | - .strokeWidth('1lpx') | ||
| 36 | - .backgroundColor($r('app.color.color_EDEDED')) | ||
| 37 | 36 | ||
| 38 | if (this.count === 0) { | 37 | if (this.count === 0) { |
| 39 | if (this.isGetRequest == true) { | 38 | if (this.isGetRequest == true) { |
| @@ -30,10 +30,9 @@ export struct OtherHomePageBottomFollowComponent{ | @@ -30,10 +30,9 @@ export struct OtherHomePageBottomFollowComponent{ | ||
| 30 | 30 | ||
| 31 | build(){ | 31 | build(){ |
| 32 | Column(){ | 32 | Column(){ |
| 33 | - Divider().width('100%') | 33 | + Text().backgroundColor($r('app.color.color_EDEDED')) |
| 34 | + .width('100%') | ||
| 34 | .height('2lpx') | 35 | .height('2lpx') |
| 35 | - .strokeWidth('1lpx') | ||
| 36 | - .backgroundColor($r('app.color.color_EDEDED')) | ||
| 37 | 36 | ||
| 38 | if(this.count === 0){ | 37 | if(this.count === 0){ |
| 39 | Column(){ | 38 | Column(){ |
| @@ -414,7 +414,7 @@ struct MineHomePage { | @@ -414,7 +414,7 @@ struct MineHomePage { | ||
| 414 | this.isHasIntroduction = false | 414 | this.isHasIntroduction = false |
| 415 | } | 415 | } |
| 416 | this.browseNum = value.browseNum | 416 | this.browseNum = value.browseNum |
| 417 | - this.commentNum = value.commentNum | 417 | + // this.commentNum = value.commentNum |
| 418 | this.attentionNum = value.attentionNum | 418 | this.attentionNum = value.attentionNum |
| 419 | this.registTime = value.registTime | 419 | this.registTime = value.registTime |
| 420 | this.getRegisterDays() | 420 | this.getRegisterDays() |
-
Please register or login to post a comment