|
|
|
@ -398,7 +398,6 @@ Page({
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.hideLeft();
|
|
|
|
this.hideLeft();
|
|
|
|
that.getType();
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getType(){
|
|
|
|
getType(){
|
|
|
|
var that = this;
|
|
|
|
var that = this;
|
|
|
|
@ -684,10 +683,13 @@ Page({
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
clear(){
|
|
|
|
|
|
|
|
// wx.clearStorage()
|
|
|
|
|
|
|
|
},
|
|
|
|
getBrandNameAllList: function () {
|
|
|
|
getBrandNameAllList: function () {
|
|
|
|
var that = this;
|
|
|
|
var that = this;
|
|
|
|
wx.request({
|
|
|
|
wx.request({
|
|
|
|
url: app.globalData.ip + "/labels/type/95", // 分类列表获取接口
|
|
|
|
url: app.globalData.ip + "/yishoudan/labels/type/app/95", // 分类列表获取接口
|
|
|
|
header: app.globalData.header,
|
|
|
|
header: app.globalData.header,
|
|
|
|
method: "GET",
|
|
|
|
method: "GET",
|
|
|
|
success: function (res) {
|
|
|
|
success: function (res) {
|
|
|
|
@ -1014,6 +1016,7 @@ Page({
|
|
|
|
app.globalData.isCommission = 1;
|
|
|
|
app.globalData.isCommission = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
app.getLoginUserTokenInfo();
|
|
|
|
app.getLoginUserTokenInfo();
|
|
|
|
|
|
|
|
that.getType();
|
|
|
|
|
|
|
|
|
|
|
|
// this.getJobList();
|
|
|
|
// this.getJobList();
|
|
|
|
if (wx.getStorageSync("FILTER_LIST")) {
|
|
|
|
if (wx.getStorageSync("FILTER_LIST")) {
|
|
|
|
@ -1038,6 +1041,9 @@ Page({
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (wx.getStorageSync("CLASSIFY_LIST")) {
|
|
|
|
if (wx.getStorageSync("CLASSIFY_LIST")) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log(wx.getStorageSync("CLASSIFY_LIST"))
|
|
|
|
|
|
|
|
|
|
|
|
this.data.filterData.classifyList = wx.getStorageSync("CLASSIFY_LIST");
|
|
|
|
this.data.filterData.classifyList = wx.getStorageSync("CLASSIFY_LIST");
|
|
|
|
this.data.filterData.classifyList.forEach((item) => {
|
|
|
|
this.data.filterData.classifyList.forEach((item) => {
|
|
|
|
item.active = 0;
|
|
|
|
item.active = 0;
|
|
|
|
|