From 7fb74e99777158125e064c6ccef7f84a00eff4c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 7 Feb 2026 17:37:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(goods-card):=20=E4=BF=AE=E5=A4=8D=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=8D=A1=E7=89=87=E8=B7=B3=E8=BD=AC=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正了商品卡片中买水票按钮的跳转路径,添加了路由前缀斜杠以确保正确的页面导航 --- src/pages/index/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/index.tsx b/src/pages/index/index.tsx index ed9d2c4..a80704e 100644 --- a/src/pages/index/index.tsx +++ b/src/pages/index/index.tsx @@ -313,7 +313,7 @@ function Home() { Taro.navigateTo({ url: 'shop/orderConfirm/index?goodsId=10074' })} + onClick={() => Taro.navigateTo({ url: '/shop/orderConfirm/index?goodsId=10074' })} > 买水票更优惠