From dfe1889e627cc52810e30607f00f65dda4848440 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: Sat, 31 Jan 2026 09:50:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=90=88=E4=BD=9C?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E5=88=B0=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cooperation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cooperation/index.js b/pages/cooperation/index.js index fd02014..d10466c 100644 --- a/pages/cooperation/index.js +++ b/pages/cooperation/index.js @@ -155,7 +155,7 @@ Page({ */ navigateToSettlement: function () { console.log('navigateToSettlement函数被调用'); - wx.switchTab({ + wx.navigateTo({ url: '/pages/settlement/index', success: function() { console.log('跳转成功');