Showing
1 changed file
with
1 additions
and
3 deletions
| @@ -254,10 +254,8 @@ export struct HomePageBottomFollowComponent { | @@ -254,10 +254,8 @@ export struct HomePageBottomFollowComponent { | ||
| 254 | this.hasMore = false | 254 | this.hasMore = false |
| 255 | } | 255 | } |
| 256 | } | 256 | } |
| 257 | - this.bottomCompH = DisplayUtils.getDeviceHeight() - this.data_follow.totalCount()*100 | ||
| 258 | - // console.log(TAG, `${this.bottomCompH}`); | ||
| 259 | this.bottomCompH = DisplayUtils.getDeviceHeight() - this.data_follow.totalCount()*101 | 257 | this.bottomCompH = DisplayUtils.getDeviceHeight() - this.data_follow.totalCount()*101 |
| 260 | - console.log(TAG, `${this.bottomCompH}`); | 258 | + // console.log(TAG, `${this.bottomCompH}`); |
| 261 | this.isLoading = false | 259 | this.isLoading = false |
| 262 | this.isGetRequest = true | 260 | this.isGetRequest = true |
| 263 | }).catch((err: Error) => { | 261 | }).catch((err: Error) => { |
-
Please register or login to post a comment