更新控制跳转

This commit is contained in:
wyf
2025-07-02 14:33:08 +08:00
parent a4aa105a3a
commit 58b2bebe93
9 changed files with 131 additions and 75 deletions

View File

@@ -138,7 +138,7 @@ class _HomePageState extends State<MainPageBBottomChange>
Future<void> dealWebSource(int index) async {
WebviewTestController webviewTestController = Get.find();
if (index == 2) {
await webviewTestController.web.jsbridge?.dart.pageActive();
await webviewTestController.web.jsbridge?.dart.pageActive(true);
} else {
await webviewTestController.web.jsbridge?.dart.pageInActive();
}