From 566fa85489638dedfd8f6892035c7d4beb9a5de4 Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Sat, 2 Mar 2024 10:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.js b/pages/index/index.js index cf144dc..def73c8 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -1921,7 +1921,7 @@ Page({ console.log(e); var that = this; wx.navigateTo({ - url: "../detail/index?storeJobId=" + e.currentTarget.dataset.id + "&wxCode=" + that.data.wxCode, + url: "../detailApp/index?storeJobId=" + e.currentTarget.dataset.id + "&wxCode=" + that.data.wxCode, }); },