master
wangxia 1 year ago
parent f84ee63e02
commit 27b0324941

@ -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,

Loading…
Cancel
Save