diff --git a/pages/index/index.js b/pages/index/index.js index d9ef5bc..3b6c1ce 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -1790,7 +1790,7 @@ Page({ title: "加载中...", }); console.log(that.data.storeJobListSearchForm); - wx.request({ + wx.request({ url: app.globalData.ip + "/yishoudan/custom/job/listApp", method: "POST", header: app.globalData.headers, @@ -1798,7 +1798,6 @@ Page({ success: function (res) { console.log("职位列表↓↓↓↓"); console.log(res); - that.setData({ totalPage: res.data.data.pageBean.pageCount, currPage: res.data.data.pageBean.currentPage,