master
zsk 2 years ago
parent 9f9048748a
commit 2c55f0a0bb

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

@ -22,7 +22,7 @@
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh - 56px)" enable-passive scroll-x="false" scroll-y="true" scroll-into-view="{{scrollTo}}" scroll-with-animation="false" enable-back-to-top="true">
<view class hover-class="none" hover-stop-propagation="false">
<view class="pr p010 br8" bindtap="sendMsg">
<image show-menu-by-longpress src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicai.png" mode="aspectFill" style="width: 100%;height:200px;display:block;" class="db toppic br8"></image>
<image show-menu-by-longpress src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicai.png" mode="aspectFill" style="width: 100%;height:200px;display:block;" class="db toppic br8" bind:tap="clear"></image>
<view class="cf f18 fwb pa ml10" style="bottom:16px">郑州一才企业管理有限公司</view>
</view>
<!-- ======================================= -->

Loading…
Cancel
Save