更新样式
This commit is contained in:
@@ -209,10 +209,10 @@ class DeviceInfoWidget extends GetView {
|
||||
WebviewTestController webviewTestController =
|
||||
Get.find();
|
||||
|
||||
await webviewTestController.web.jsbridge?.dart
|
||||
webviewTestController.web.jsbridge?.dart
|
||||
.pageActive(false);
|
||||
await Future.delayed(Duration(seconds: 1));
|
||||
await webviewTestController.web.jsbridge?.dart
|
||||
webviewTestController.web.jsbridge?.dart
|
||||
.appToHtmlDevice(device);
|
||||
MainPageBBottomChange.jumpTo(2);
|
||||
Get.until((route) =>
|
||||
|
||||
Reference in New Issue
Block a user