默认时间排序

cyl/develop
zsk 12 months ago
parent e883ee582f
commit ad8bc7ea7a

@ -126,7 +126,7 @@ Page({
lat: "",
lng: "",
jobClassify: "",
sortTag: 1,
sortTag: 2,
jobRequestLabelIds: "",
cityName: "",
brandIds: "",
@ -158,13 +158,13 @@ Page({
pageShow: false,
whichOneShow: "",
siv: "",
activez: "zuigao",
activez: "shijian",
sexid: "-1", // 性别筛选的id
dialog1: false,
dialog2: false,
jobSpecialLabelList: [],
brandList: [],
firstMenu: "工价", // 工价筛选tab显示
firstMenu: "时间", // 工价筛选tab显示
secondMenu: "性别", // 性别筛选tab显示
selectBrandList: [], // 选中的品牌标签
selectJobList: [], // 选中的特色标签
@ -1706,11 +1706,11 @@ Page({
console.log(e);
let that = this;
// let data = e.currentTarget.dataset.item;
this.data.storeJobListSearchForm.sortTag = 1;
this.data.storeJobListSearchForm.sortTag = 2;
that.data.storeJobListSearchForm.pageNum = 1;
this.setData({
firstMenu: "工价",
activez: "zuigao",
firstMenu: "时间",
activez: "shijian",
});
this.toList();
},
@ -4355,9 +4355,9 @@ Page({
let str = e.currentTarget.dataset.id;
console.log(e);
if (str == "all") {
that.data.storeJobListSearchForm.sortTag = 1;
that.data.storeJobListSearchForm.sortTag = 2;
that.setData({
firstMenu: "工价",
firstMenu: "时间",
// storeJobListSearchForm: that.data.storeJobListSearchForm,
recordList: [],
});

Loading…
Cancel
Save