Showing
1 changed file
with
7 additions
and
8 deletions
| @@ -111,14 +111,13 @@ struct PeopleShipHomePage { | @@ -111,14 +111,13 @@ struct PeopleShipHomePage { | ||
| 111 | .width("100%") | 111 | .width("100%") |
| 112 | // .height(this.topHeight) | 112 | // .height(this.topHeight) |
| 113 | // 列表 | 113 | // 列表 |
| 114 | - PeopleShipHomeListComponent({ | ||
| 115 | - publishCount: this.publishCount, | ||
| 116 | - creatorId: this.creatorId | ||
| 117 | - }) | ||
| 118 | - // Column(){ | ||
| 119 | - // | ||
| 120 | - // | ||
| 121 | - // }.height('100%') | 114 | + |
| 115 | + Column(){ | ||
| 116 | + PeopleShipHomeListComponent({ | ||
| 117 | + publishCount: this.publishCount, | ||
| 118 | + creatorId: this.creatorId | ||
| 119 | + }) | ||
| 120 | + }.height('100%') | ||
| 122 | } | 121 | } |
| 123 | .width("100%") | 122 | .width("100%") |
| 124 | .justifyContent(FlexAlign.Start) | 123 | .justifyContent(FlexAlign.Start) |
-
Please register or login to post a comment