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, }); },