Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -90,7 +90,9 @@ export struct ZhSingleRow03 { | @@ -90,7 +90,9 @@ export struct ZhSingleRow03 { | ||
| 90 | } | 90 | } |
| 91 | 91 | ||
| 92 | async aboutToAppear(): Promise<void> { | 92 | async aboutToAppear(): Promise<void> { |
| 93 | + if (HttpUtils.getUserId()) { | ||
| 93 | this.getReserveState(); | 94 | this.getReserveState(); |
| 95 | + } | ||
| 94 | this.loadImg = await onlyWifiLoadImg(); | 96 | this.loadImg = await onlyWifiLoadImg(); |
| 95 | } | 97 | } |
| 96 | 98 |
-
Please register or login to post a comment