From 5148fb5179041751eab4fe5d2ca087aa3baaa72b 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: Tue, 30 Dec 2025 15:31:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=88=E4=BD=9C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=AB=8B=E5=8D=B3=E5=90=88=E4=BD=9C=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cooperation/index.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pages/cooperation/index.js b/pages/cooperation/index.js index 8754547..c0c9338 100644 --- a/pages/cooperation/index.js +++ b/pages/cooperation/index.js @@ -105,17 +105,7 @@ Page({ */ navigateToSettlement: function () { wx.navigateTo({ - url: '/pages/settlement/index', - success: function () { - console.log('成功跳转到立即合作页面'); - }, - fail: function (error) { - console.error('跳转到立即合作页面失败:', error); - wx.showToast({ - title: '跳转失败,请稍后重试', - icon: 'none' - }); - } + url: '/pages/settlement/index' }); } }); \ No newline at end of file