From 888897044dc6a521c2ab4cd4ae25506f41956dfa Mon Sep 17 00:00:00 2001 From: renjianbo <263303411@qq.com> Date: Sat, 15 Mar 2025 07:35:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/home.js b/pages/home/home.js index 88568ab..bf6bf5d 100644 --- a/pages/home/home.js +++ b/pages/home/home.js @@ -100,8 +100,8 @@ Page({ // CPP预测计算 go_cpp() { if (this.checkLoginAndNavigate()) { - wx.switchTab({ - url: '/pages/tool/tool' + wx.navigateTo({ + url: '/pages/ghdCalculator/ghdCalculator' }) } },