From 27b0324941a024f04350fa293e7f511f43497ab5 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Sat, 3 Aug 2024 09:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,