Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -338,8 +338,7 @@ export struct SpacialTopicPageComponent { | @@ -338,8 +338,7 @@ export struct SpacialTopicPageComponent { | ||
| 338 | // WindowModel.shared.setWindowLayoutFullScreen(true) | 338 | // WindowModel.shared.setWindowLayoutFullScreen(true) |
| 339 | } | 339 | } |
| 340 | this.webUrl = this.action?.params?.url || '' | 340 | this.webUrl = this.action?.params?.url || '' |
| 341 | - // this.isNetConnected = NetworkUtil.isNetConnected() | ||
| 342 | - this.isNetConnected = false; | 341 | + this.isNetConnected = NetworkUtil.isNetConnected() |
| 343 | // this.getDetail() | 342 | // this.getDetail() |
| 344 | } | 343 | } |
| 345 | 344 |
-
Please register or login to post a comment