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