From 9eb56247a9b12ec487f001cdf83f17c527563965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Mon, 19 Jan 2026 13:18:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/profile/index.js b/pages/profile/index.js index 95a117a..1b4c1d7 100644 --- a/pages/profile/index.js +++ b/pages/profile/index.js @@ -964,10 +964,10 @@ Page({ }); }, - // 跳转到订单页面 + // 跳转到商品管理页面 goToOrders() { wx.navigateTo({ - url: '/pages/order/index' + url: '/pages/goods/index' }); },