From a428d0c11e0ca6c165ebcc9f8db070fcb16d1eba Mon Sep 17 00:00:00 2001 From: hzt Date: Mon, 9 Jun 2025 16:30:49 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E4=BF=AE=E6=94=B9=20ContinueProgres?= =?UTF-8?q?s=20=E4=BB=93=E5=BA=93=E5=BA=9F=E5=BC=83api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/view/web/WebPageComponent.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/view/web/WebPageComponent.ets b/entry/src/main/ets/view/web/WebPageComponent.ets index 6aeb1ff..4a1fc8f 100644 --- a/entry/src/main/ets/view/web/WebPageComponent.ets +++ b/entry/src/main/ets/view/web/WebPageComponent.ets @@ -59,7 +59,7 @@ struct WebPageComponent { } jumpOrderConfirm(detailStr: string): void { - router.pushUrl({ + this.getUIContext().getRouter().pushUrl({ url: 'pages/OrderConfirmPage', params: { statusBarHeight: this.statusBarHeight, sliderBarHeight: this.sliderBarHeight, detailStr } }); -- Gitee