Compare commits
10 Commits
ba05c104d1
...
00d89e8d42
| Author | SHA1 | Date |
|---|---|---|
|
|
00d89e8d42 | 1 year ago |
|
|
cef8f10420 | 1 year ago |
|
|
a8d3e4d784 | 1 year ago |
|
|
0720690b03 | 1 year ago |
|
|
f2e37c0891 | 1 year ago |
|
|
35f5793521 | 1 year ago |
|
|
1a65fabd81 | 1 year ago |
|
|
5089af3ad6 | 1 year ago |
|
|
c1132de27d | 1 year ago |
|
|
3946f1f19a | 1 year ago |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"navigationBarBackgroundColor":"#0dcc91",
|
||||
"navigationBarTextStyle":"white",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"navigationBarTitleText": "网点"
|
||||
}
|
||||
"backgroundColor": "#f5f5f5",
|
||||
"navigationBarTitleText": "网点列表"
|
||||
}
|
||||
|
||||
@ -1,50 +1,32 @@
|
||||
<view class hover-class="none" hover-stop-propagation="false">
|
||||
<view class hover-class="none" hover-stop-propagation="false">
|
||||
<view class="pr p10">
|
||||
<view class="br8 bgf">
|
||||
<swiper class="" style="width: 100%;height:200px;border-radius: 6px 6px 0px 0px;overflow:hidden" indicator-dots="{{true}}" indicator-color="rgba(0,0,0,.3)" autoplay="{{true}}" interval='{{5000}}' circular='{{true}}'>
|
||||
|
||||
<swiper-item wx:for="{{storeInfo.imgList}}" class="" item-id="">
|
||||
<image show-menu-by-longpress src="{{item}}" mode="aspectFill" style="width: 100%;height:200px;display:block" class="db toppic"></image>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<view style="padding:16px 10px;">
|
||||
<view class="f16 c3 fwb">关于我们</view>
|
||||
<view class="c9 f16 mt8">{{storeInfo.aboutUs || '对方还未介绍自己'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="bgf mt10 br8" style="padding: 8px 10px 16px;">
|
||||
<view class="bgf br8 mb10" wx:if="{{infoList.length > 0}}" style="padding: 8px 10px 4px;" hover-class="thover" bindtap="goDetail" wx:for="{{infoList}}" wx:key="index" mark:id="{{item.id}}" mark:item="{{item}}" mark:index="{{index}}">
|
||||
<view class="v-center">
|
||||
<view class="flex-1 pr20">
|
||||
<view class="f16 c3 mt6">
|
||||
{{storeInfo.fullName || '-'}}
|
||||
{{item.storeName || '-'}}
|
||||
</view>
|
||||
<view class="f14 c9 mt8" style=" width: calc(100vw - 120px); white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{storeInfo.address || '-'}}</view>
|
||||
</view>
|
||||
<view class="mr12 mt4 tc" hover-class="thover" bindtap="goMap">
|
||||
<image src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/daohang.svg" style="width: 28px;height:28px;"></image>
|
||||
<view class="f12 c3">导航</view>
|
||||
<view class="mt4 tc" hover-class="thover">
|
||||
<view class="iconfont icon-dianhua dib" mark:tel="{{item.phone}}" hover-stop-propagation="false" catchtap="makePhoneCall" hover-class="thover"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="servicebox mt_10 br8 fsa" style="margin-bottom: 60px;">
|
||||
<view class="serviceinfo display-flex" hover-class="none">
|
||||
<view class="mr10">
|
||||
<image wx:if="{{storeInfo.contactAvatar}}" class="br_8" src="{{storeInfo.contactAvatar}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
||||
<image wx:else class="br_8" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/service.jpg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
||||
<view class="v-center">
|
||||
<view class="flex-1 pr20">
|
||||
<view class="f14 c9 mt8" style=" width: calc(100vw - 120px); white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
|
||||
<i class="iconfont icon-dizhi11 f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i>
|
||||
{{item.address || '-'}}</view>
|
||||
</view>
|
||||
<view class="servicenamebox">
|
||||
<view class="mb2 f20 fw500"> {{storeInfo.contactUserName || '暂无联系人' }}</view>
|
||||
<view class="c3 f16">
|
||||
<p class="f14">{{storeInfo.contactTel || '暂无联系方式'}}</p>
|
||||
</view>
|
||||
<view class="mt4 tc" hover-class="thover" hover-stop-propagation="false" >
|
||||
<image class="dhImg" mark:address="{{item}}" catchtap="goMap" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/daohang.svg"></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class hover-class="none" hover-stop-propagation="false">
|
||||
<!-- <view class="iconfont icon-weixin dib" bindtap="showdialog" hover-class="thover06" style="width:40px;height:40px;border-radius: 50%;background-color: var(--color-ysd-bg);color:var(--color-hover);display: flex;align-items: center;justify-content: center;font-size: 20px;float: right;"></view> -->
|
||||
<view class="iconfont icon-dianhua mr10 dib" bindtap="makePhoneCall" hover-class="thover06" style="width:40px;height:40px;border-radius: 50%;background-color: var(--color-ysd-bg);color:var(--color-hover);display: flex;align-items: center;justify-content: center;font-size: 20px;float: right;"></view>
|
||||
</view>
|
||||
<view wx:if="{{infoList.length <= 0}}">
|
||||
<view class style="text-align:center" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="t-icon t-icon-zanwu" style="width:80px;height:80px;margin:180px auto 20px;"></view>
|
||||
<view class="tc f14 c045">暂无网点</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -0,0 +1,122 @@
|
||||
const app = getApp();
|
||||
// const commonUtil = require("../../utils/commonUtil");
|
||||
// pages/company/company/index.js
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
storeInfo: {},
|
||||
storeId:""
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad (options) {
|
||||
console.log(options.id)
|
||||
this.setData({
|
||||
storeId:options.id
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady () {
|
||||
|
||||
},
|
||||
goMap () {
|
||||
console.log("123")
|
||||
let that = this
|
||||
wx.openLocation({
|
||||
latitude: Number(that.data.storeInfo.lat),
|
||||
longitude: Number(that.data.storeInfo.lng),
|
||||
name: that.data.storeInfo.storeName,
|
||||
address: that.data.storeInfo.address,
|
||||
scale: 18
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow () {
|
||||
this.getInfo()
|
||||
},
|
||||
/**
|
||||
* 获取企业信息
|
||||
*/
|
||||
getInfo () {
|
||||
let that = this
|
||||
wx.request({
|
||||
url: app.globalData.ip + "/yishoudan/agency/store/get/"+that.data.storeId,
|
||||
method: "get",
|
||||
header: app.globalData.headers,
|
||||
success: function (res) {
|
||||
console.log(res)
|
||||
let data = res.data.data
|
||||
if (res.data.status == 200) {
|
||||
data.imgList = data.imgs.split(',')
|
||||
|
||||
console.log( data.imgList == "")
|
||||
|
||||
that.setData({
|
||||
storeInfo: data
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 拨打电话
|
||||
*/
|
||||
makePhoneCall () {
|
||||
var that = this;
|
||||
if (!that.data.storeInfo.phone) {
|
||||
wx.showToast({
|
||||
title: '暂无联系方式',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
wx.makePhoneCall({
|
||||
phoneNumber: that.data.storeInfo.phone,
|
||||
});
|
||||
},
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage () {
|
||||
|
||||
}
|
||||
})
|
||||
@ -0,0 +1,6 @@
|
||||
{
|
||||
"navigationBarBackgroundColor":"#0dcc91",
|
||||
"navigationBarTextStyle":"white",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"navigationBarTitleText": "网点介绍"
|
||||
}
|
||||
@ -0,0 +1,52 @@
|
||||
<view class hover-class="none" hover-stop-propagation="false">
|
||||
<view class="pr p10">
|
||||
|
||||
|
||||
|
||||
<view class="br8 bgf">
|
||||
<swiper wx:if="{{storeInfo.imgList != ''}}" style="width: 100%;height:200px;border-radius: 6px 6px 0px 0px;overflow:hidden" indicator-dots="{{true}}" indicator-color="rgba(0,0,0,.3)" autoplay="{{true}}" interval='{{5000}}' circular='{{true}}'>
|
||||
|
||||
<swiper-item wx:for="{{storeInfo.imgList}}" class="" item-id="">
|
||||
<image show-menu-by-longpress src="{{item}}" mode="aspectFill" style="width: 100%;height:200px;display:block" class="db toppic"></image>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<view style="padding:16px 10px;">
|
||||
<view class="f16 c3 fwb">关于我们</view>
|
||||
<view class="c9 f16 mt8">{{storeInfo.desp || '对方还未介绍自己'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="bgf mt10 br8" style="padding: 8px 10px 16px;">
|
||||
<view class="v-center">
|
||||
<view class="flex-1 pr20">
|
||||
<view class="f16 c3 mt6">
|
||||
{{storeInfo.storeName || '-'}}
|
||||
</view>
|
||||
<view class="f14 c9 mt8" style=" width: calc(100vw - 120px); white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{storeInfo.address || '-'}}</view>
|
||||
</view>
|
||||
<view class="mr12 mt4 tc" hover-class="thover" bindtap="goMap">
|
||||
<image src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/daohang.svg" style="width: 28px;height:28px;"></image>
|
||||
<view class="f12 c3">导航</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="servicebox mt_10 br8 fsa" style="margin-bottom: 60px;">
|
||||
<view class="serviceinfo display-flex" hover-class="none">
|
||||
<view class="mr10">
|
||||
<image wx:if="{{storeInfo.avatar}}" class="br_8" src="{{storeInfo.avatar}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
||||
<image wx:else class="br_8" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/service.jpg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
||||
</view>
|
||||
<view class="servicenamebox">
|
||||
<view class="mb2 f20 fw500"> {{storeInfo.userName || '暂无联系人' }}</view>
|
||||
<view class="c3 f16">
|
||||
<p class="f14">{{storeInfo.phone || '暂无联系方式'}}</p>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class hover-class="none" hover-stop-propagation="false">
|
||||
<view class="iconfont icon-dianhua mr10 dib" bindtap="makePhoneCall" hover-class="thover06" style="width:40px;height:40px;border-radius: 50%;background-color: var(--color-ysd-bg);color:var(--color-hover);display: flex;align-items: center;justify-content: center;font-size: 20px;float: right;"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -0,0 +1,31 @@
|
||||
@import '../../index/index.wxss';
|
||||
page{
|
||||
position: relative;
|
||||
}
|
||||
.servicebox{
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.servicebox .serviceinfo image {
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
}
|
||||
.servicebox .serviceBottom {
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.servicebox .serviceBottom > view {
|
||||
flex: 1;
|
||||
justify-content: space-between;
|
||||
padding: 0 10px 0 16px;
|
||||
}
|
||||
.icon-dianhua{
|
||||
position: relative;
|
||||
top:12px;
|
||||
width:28px;height:28px;border-radius: 50%;background-color: var(--color-ysd-bg);color:var(--color-hover);display: flex;align-items: center;justify-content: center;font-size: 16px;float: right;
|
||||
}
|
||||
.dhImg{
|
||||
width: 28px;height:28px;margin-top:40px
|
||||
}
|
||||
@ -0,0 +1,66 @@
|
||||
// pages/empty/index.js
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage() {
|
||||
|
||||
}
|
||||
})
|
||||
@ -0,0 +1,6 @@
|
||||
{
|
||||
"navigationBarTitleText": "暂无数据",
|
||||
"navigationBarBackgroundColor": "#0dcc91",
|
||||
"navigationBarTextStyle": "white",
|
||||
"backgroundColor": "#f5f5f5"
|
||||
}
|
||||
@ -0,0 +1,4 @@
|
||||
<view class style="text-align:center" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="t-icon t-icon-zanwu" style="width:80px;height:80px;margin:180px auto 20px;"></view>
|
||||
<view class="tc f14 c045">暂无数据</view>
|
||||
</view>
|
||||
@ -0,0 +1 @@
|
||||
/* pages/empty/index.wxss */
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"bottom-drawer": "../../components/bottom-drawer/index"
|
||||
},
|
||||
"navigationBarTitleText": "主推/热推",
|
||||
"navigationBarBackgroundColor": "#0dcc91",
|
||||
"navigationBarTextStyle": "white",
|
||||
"backgroundColor": "#f5f5f5"
|
||||
}
|
||||
@ -0,0 +1,435 @@
|
||||
<view class="container" style="position: relative;overflow:hidden" bindtouchstart="touchStart">
|
||||
|
||||
<view class="weui-search-bar__form">
|
||||
<view class hover-class="none" id="searchInputBox" hover-stop-propagation="false">
|
||||
<view class="the_city v-center" style hover-class="thover" bindtap="goCity">
|
||||
<view class="f16 fw500 dib oelps" style="width:36px">{{searchCityParamStorage.name == '' ? '全国' : searchCityParamStorage.shortName}}</view>
|
||||
<i class="iconfont icon-zhankai f12" style></i>
|
||||
</view>
|
||||
<view class="weui-search-bar__box" id="searchInput" style="overflow:hidden" catchtap="goSearch">
|
||||
<i class="iconfont icon-sousuo11"></i>
|
||||
<swiper class="c9 f14 ml4" style="height: 40px;width:70px;line-height:42px" bindchange="getSwiperIndex" autoplay circular vertical interval="{{5000}}" duration="{{600}}">
|
||||
<block wx:for="{{swiperTextList}}" wx:key="index">
|
||||
<swiper-item catchtouchmove="modalMove">
|
||||
<view data-item="{{item}}" class="single-word color-gray">{{item}}</view>
|
||||
</swiper-item>
|
||||
</block>
|
||||
</swiper>
|
||||
<!-- <view class="weui-search-bar__input f14 oelps {{!chaShowed ? 'c9' : 'c3'}}" style="max-width: 70px;">{{inputVal}}</view> -->
|
||||
<!-- <view class="iconfont icon-guanbi11 f10 c9" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view> -->
|
||||
<view class="search" catchtap="goSearch" style="color: var(--color-ysd);">搜索</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh - 80px);margin-top:60px" enable-passive scroll-x="{{false}}" scroll-y="{{whichOneShow == 'special' ? false : 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" bind:tap="clear"></image>
|
||||
<view class="cf f18 fwb pa ml10" style="bottom:16px">郑州一才企业管理有限公司</view>
|
||||
</view>-->
|
||||
<!-- ======================================= -->
|
||||
<view class="sticky" id="sticky" style="top:0px;display:none" hover-class="none" hover-stop-propagation="false">
|
||||
|
||||
<view class="fsa searchBar" style>
|
||||
<view class="fsa" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="tarbar" bindtap="collectChange" data-id="0">
|
||||
<view class="tarbarText {{choiceCollect == '0'?'collectActive':''}}">全部</view>
|
||||
</view>
|
||||
<view class="tarbar" style="margin-left: 24px;" bindtap="collectChange" data-id="1">
|
||||
<view class="tarbarText {{choiceCollect == '1'?'collectActive':''}}">收藏</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="xgxg" id="menu">
|
||||
<view class="fsa" style="justify-content:space-beteween; height: 44px">
|
||||
<!-- <view class="csbf f14 c6 {{whichOneShow == 'gj' ?'active':''}} {{ activez!='' && activez!='zuigao'?'activecolor':''}}" catchtap="chooseNl" data-type="gj">
|
||||
{{firstMenu}}
|
||||
<i class="iconfont icon-shouqi f12 {{activez=='zuijin' ?'cf40':'c9'}} fst ml4" wx:if="{{whichOneShow == 'gj'}}"></i>
|
||||
<i class="iconfont icon-zhankai f12 {{activez=='zuijin' ?'cf40':'c9'}} fst ml4" wx:else data-type="gj"></i>
|
||||
|
||||
<scroll-view class="gjFixed" wx:if="{{ whichOneShow == 'gj' }}" catchtouchmove="cc">
|
||||
<view class="bgf tl c3 por filter filterprice sort {{whichOneShow == 'gj' ? 'activeWindow' : ''}}" style="height:240px">
|
||||
<view class="f16 fw500 p016 {{activez=='zuigao'?'cf00 b1 ':''}}" data-id="zuigao" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">工价优先</view>
|
||||
<view class="f16 fw500 p016 bb1 {{activez=='zuijin'?'cf00 b1':''}}" data-id="zuijin" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">距离优先</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>-->
|
||||
<view class="csbf c6 f14 dn {{whichOneShow == 'sex'?'active':''}} {{ sexid!='' && sexid!='-1'?'activecolor':''}}" catchtap="chooseNl" data-type="sex" style>
|
||||
{{ secondMenu }}
|
||||
<i class="iconfont icon-shouqi f12 {{ sexid!='-1' ?'cf40':'c9'}} fst ml4" wx:if="{{whichOneShow == 'sex'}}"></i>
|
||||
<i class="iconfont icon-zhankai f12 {{ sexid!='-1' ?'cf40':'c9'}} fst ml4" wx:else data-type="sex"></i>
|
||||
<scroll-view class="gjFixed" catchtouchmove="cc" wx:if="{{whichOneShow == 'sex'}}">
|
||||
<view class="bgf tl c3 filter filterprice sort" style>
|
||||
<view class="f16 fw500 p016 {{sexid=='-1'?'cf00 b1':''}}" data-id="-1" data-type="sex" bindtap="choiceSex" style="line-height: 42px" hover-class="thover">男女不限</view>
|
||||
<view class="f16 fw500 p016 {{sexid=='1'?'cf00 b1':''}}" data-id="1" data-type="sex" bindtap="choiceSex" style="line-height: 42px" hover-class="thover">男</view>
|
||||
<view class="f16 fw500 p016 {{sexid=='2'?'cf00 b1':''}}" data-id="2" data-type="sex" bindtap="choiceSex" style="line-height: 42px" hover-class="thover">女</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
<view class="csbf f14 c6 fsa dn {{whichOneShow == 'brand' ? 'brand_active' : ''}} {{whichOneShow == 'brand' ?'active':''}} {{ selectBrandList.length > 0 ?'activecolor':''}}" style catchtap="chooseNl" data-type="brand">
|
||||
分类
|
||||
<i class="iconfont icon-shouqi f12 c9 fst ml4" wx:if="{{whichOneShow == 'brand' && selectBrandList.length <= 0}}"></i>
|
||||
<i class="iconfont icon-zhankai f12 c9 fst ml4" wx:if="{{whichOneShow != 'brand' && selectBrandList.length <= 0}}" data-type="brand"></i>
|
||||
<view wx:if="{{selectBrandList.length > 0}}" class="specialnum ml4" data-type="brand">{{selectBrandList.length}}</view>
|
||||
<scroll-view class="gjFixed" catchtouchmove="modalMove" catchtap="hideLeft" wx:if="{{whichOneShow == 'brand'}}">
|
||||
<view class="bgf tl c3 filterprice brand" catchtap="cc">
|
||||
<view class="display-flex content">
|
||||
<block wx:for="{{filterData.classifyList}}" wx:for-item="item" wx:key="index">
|
||||
<view catchtap="setActive" wx:key="index" data-type="classifyList" data-id="{{item.id}}" class="{{item.active ? 'brandactive':''}}">{{item.name}}</view>
|
||||
</block>
|
||||
</view>
|
||||
<view class="btmFix display-flex" style="justify-content: center;">
|
||||
<view class>
|
||||
<button class="resetBtn" style catchtap="clearFilter1" data-type="2">重置</button>
|
||||
</view>
|
||||
<view class>
|
||||
<button type="primary" class="loginOut ysd-basebg-color" hover-class="thover" style catchtap="toList">确定</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
<view class="csbf f14 c6 ml8 fsa {{whichOneShow == 'special' ? 'special_active' : ''}} {{whichOneShow == 'special'?'active':''}} {{ selectJobList.length> 0?'activecolor':''}}" catchtap="chooseNl" data-type="special">
|
||||
筛选
|
||||
<i class="iconfont icon-shouqi f12 c9 fst ml4" wx:if="{{whichOneShow == 'special' && selectJobList.length <= 0}}"></i>
|
||||
<i class="iconfont icon-zhankai f12 c9 fst ml4" wx:if="{{whichOneShow != 'special' && selectJobList.length <= 0}}" data-type="special"></i>
|
||||
<view wx:if="{{selectJobList.length > 0}}" class="specialnum ml4" catchtap data-type="special">{{selectJobList.length}}</view>
|
||||
<!-- catchtap="hideLeft" -->
|
||||
<scroll-view class="gjFixed" catchtouchmove="modalMove" wx:if="{{whichOneShow == 'special'}}">
|
||||
<scroll-view scroll-y="{{true}}" catchtap class="filterBox filterContainer">
|
||||
<!-- <view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">1.烟疤纹身(单选)</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.yanba}}" wx:key="index" bindtap="setActive" data-type="yanba" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">2.意向区域</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.area}}" wx:key="index" data-type="area" data-id="{{item.id}}" bindtap="setActive" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>-->
|
||||
<!-- <view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">1.工价</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.price}}" wx:key="index" data-type="price" data-id="{{item.id}}" bindtap="setActive" class="{{item.active== item.id ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>-->
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">1.年龄(岁)</view>
|
||||
<view class="content por" style="justify-content:space-between">
|
||||
<view class="slider_value fsa" style="position: absolute;top: -15px;left: 50%;color: var(--color-ysd);transform:translateX(-50%)" hover-class="none" hover-stop-propagation="false">
|
||||
<view class hover-class="none" hover-stop-propagation="false">{{minAge + '-'}}</view>
|
||||
<view class hover-class="none" hover-stop-propagation="false">{{maxAge == 60 ? maxAge + '+' : maxAge }}</view>
|
||||
</view>
|
||||
<range-slider height="50" block-size="50" min="16" max="60" values="{{rangeValues}}" bindrangechange="onRangeChange" activeColor="var(--color-ysd)"></range-slider>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">2.性别(单选)</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.sex}}" catchtap="setActive" wx:key="index" data-type="sex" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">3.分类</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.classifyList}}" catchtap="setActive" wx:key="index" data-type="classifyList" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">4.薪资待遇</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.jobFilter.tagArray1}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray1" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">5.吃住福利</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.jobFilter.tagArray3}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray3" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">6.工作休息</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.jobFilter.tagArray0}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray0" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">7.面试特色</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.jobFilter.tagArray4}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray4" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">8.其它特色</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.jobFilter.tagArray2}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray2" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<view class="btnBox bt1" catchtap>
|
||||
<button class="clearFilter" data-type="innerclear" bindtap="clearFilter1">清除</button>
|
||||
<button class="normalBtn loginOut" bindtap="toList">确定</button>
|
||||
</view>
|
||||
<view class="bgf tl c3 dn filterprice filterBox" catchtap="cc">
|
||||
<scroll-view scroll-y="{{true}}" class="specialtag">
|
||||
<view class="f18 c3 fw500 mt12" style="text-align:start">薪资福利</view>
|
||||
<view class="mt10 tagBox">
|
||||
<block wx:for="{{filterData.jobFilter.tagArray1}}" wx:key="index">
|
||||
<view data-index-tag="1" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray1" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
||||
</block>
|
||||
</view>
|
||||
<view class="f18 c3 fw500 mt16">食宿保障</view>
|
||||
<view class="mt10 tagBox">
|
||||
<block wx:for="{{filterData.jobFilter.tagArray3}}" wx:key="index">
|
||||
<view data-index-tag="3" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray3" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
||||
</block>
|
||||
</view>
|
||||
<view class="f18 c3 fw500 mt16">班制特色</view>
|
||||
<view class="mt10 tagBox">
|
||||
<block wx:for="{{filterData.jobFilter.tagArray0}}" wx:key="index">
|
||||
<view data-index-tag="0" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray0" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
||||
</block>
|
||||
</view>
|
||||
<view class="f18 c3 fw500 mt16">其它特色</view>
|
||||
<view class="mt10 tagBox">
|
||||
<block wx:for="{{filterData.jobFilter.tagArray2}}" wx:key="index">
|
||||
<view data-index-tag="2" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray2" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
||||
</block>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<view class="btmFix display-flex" style="justify-content: center;">
|
||||
<view class>
|
||||
<button class="resetBtn" style catchtap="clearFilter1" data-type="1">重置</button>
|
||||
</view>
|
||||
<view class>
|
||||
<button type="primary" class="loginOut ysd-basebg-color" hover-class="thover" style catchtap="toList">确定</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="typeChange" hover-class="none" hover-stop-propagation="false">
|
||||
<image class catchtap="choosenTop" data-id="{{toped == 2 ? 1 : 2}}" style="width:60px;height: 32px;" src="{{toped == 1 ? '../../assets/images/biao.svg' : '../../assets/images/jian.svg'}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
||||
</view>-->
|
||||
|
||||
<!-- <view class="flex-1">
|
||||
<view class="newSearch" catchtap="goSearch">
|
||||
<i class="iconfont icon-sousuo mr8"></i>搜索
|
||||
</view>
|
||||
</view>-->
|
||||
</view>
|
||||
|
||||
<scroll-view class="filterTag display-flex bt1" scroll-x="true" scroll-y="false" scroll-top="0" scroll-left="0" scroll-into-view scroll-with-animation="false" enable-flex enable-back-to-top="false" wx:if="{{selectBrandList.length > 0 || selectJobList.length > 0 || sexid != '-1' ||(storeJobListSearchForm.ageRangeStr && storeJobListSearchForm.ageRangeStr != '16-60')}}">
|
||||
<view class="display-flex" hover-class="none" hover-stop-propagation="false">
|
||||
<!-- <view class="tc genderTag f14 por {{activez != 'zuigao' && (selectJobList.length > 0 || selectBrandList.length > 0 || sexid != '-1') ? 'hascontent' : ''}}" catchtap="deletePaixu" style="min-width:60px" wx:if="{{activez != 'zuigao'}}" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="por" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="clear_icon iconfont icon-qingchu"></view>
|
||||
{{firstMenu}}
|
||||
</view>
|
||||
</view>-->
|
||||
<view class="tc genderTag f14 por" catchtap="deleteAge" style="min-width:60px" wx:if="{{ storeJobListSearchForm.ageRangeStr && storeJobListSearchForm.ageRangeStr != '16-60'}}" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="por" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="clear_icon iconfont icon-qingchu"></view>
|
||||
{{maxAge == minAge ? maxAge + '岁' : storeJobListSearchForm.ageRangeStr + (maxAge == 60 ? '+' : '')}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="tc genderTag f14 por {{sexid != '-1' && (selectJobList.length > 0 || selectBrandList.length > 0 ) ? 'hascontent' : ''}}" catchtap="deleteSex" style="min-width:60px" wx:if="{{sexid != '-1'}}" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="por" hover-class="none" hover-stop-propagation="false">
|
||||
{{secondMenu}}
|
||||
<view class="clear_icon iconfont icon-qingchu"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="brandTag ml8 {{selectBrandList.length > 0 && selectJobList.length > 0 ? 'hascontent' : ''}}" wx:if="{{selectBrandList.length > 0}}">
|
||||
<block wx:for="{{selectBrandList}}" wx:key="index">
|
||||
<view class="por" catchtap="deleteMark" data-item="{{item}}">
|
||||
{{item.name}}
|
||||
<view class="clear_icon iconfont icon-qingchu"></view>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
<view class="specialTag" wx:if="{{selectJobList.length > 0}}">
|
||||
<block wx:for="{{selectJobList}}" wx:key="index">
|
||||
<view class="por" catchtap="deleteMark" data-item="{{item}}">
|
||||
{{item.name}}
|
||||
<view class="clear_icon iconfont icon-qingchu"></view>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
<view class="clear" catchtap="clearFilter1" data-type="outerClear" hover-class="none" hover-stop-propagation="false">
|
||||
<i class="iconfont icon-qingkong1 f14"></i>
|
||||
清除
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
|
||||
<!-- 标准列表 -->
|
||||
<view style="display:{{toped == 1 ? 'block' : 'none'}}">
|
||||
<!-- margin-top:{{(selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'all' || sexid != '-1' ? 34 : 0) + statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 132}}px -->
|
||||
<view class="standardList" style="padding-top: 0;min-height: calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? '170px':'214px'}})">
|
||||
<view>
|
||||
<view wx:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;overflow-x: hidden;">
|
||||
<view class="jcenter bgf br8">
|
||||
<view class="listcontainer" style="border-top: 1px solid #f3f3f3;">
|
||||
<view class="jobOne" hover-start-time="50" hover-stay-time="0" wx:for="{{recordList}}" data-id="{{item.id}}" bindtap="goDetail" wx:key="index" hover-class="{{item.recruitment == '1' ? 'ahover':''}}" style="background-color:{{item.recruitment == '1' ? '#fff':'#f5f5f5'}};border-bottom: {{item.recruitment == '1' ? '':'1px solid #ddd'}};">
|
||||
<view class="p1020 jobIn" hover-class="none">
|
||||
<image style="width: 80px;height: 80px;position: absolute;right: 100px;z-index:99" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/tingzhao.svg" wx:if="{{item.status == 1 && item.recruitment == 2}}"></image>
|
||||
|
||||
<image style="width: 72px;height: 72px;position: absolute;right: 100px;" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/weishangxian.svg" wx:if="{{item.status == 0}}"></image>
|
||||
|
||||
<view class="display-flex">
|
||||
<view class="prImg">
|
||||
<view class="por" hover-class="none" hover-stop-propagation="false">
|
||||
<image src="{{item.logo || 'https://matripe.oss-cn-beijing.aliyuncs.com/default.png'}}" mode="aspectFill" class="logoClass" alt></image>
|
||||
<image class="pendant" wx:if="{{item.hotJob == 1}}" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/hot.png" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
|
||||
</view>
|
||||
|
||||
<button wx:if="{{isLogin}}" class="collect biggerSize v-center {{item.collected - 1 == 0 ? 'collectred':''}}" catchtap="collectPaste" style="width:52px;" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
|
||||
<icon class="iconfont icon-shoucang lh12" style="color: #888" wx:if="{{item.collected == 0}}"></icon>
|
||||
<icon class="iconfont icon-yishoucang lh12 color-f40" style wx:else></icon>
|
||||
<text class="f10 {{item.collected - 1 == 0 ? 'color-f40':'c8'}}" style="line-height: 12px; margin-left: 2px">{{item.collected == 0 ? '收藏' : '已收藏'}}</text>
|
||||
</button>
|
||||
<button wx:if="{{!isLogin}}" style="width:52px;" class="collect biggerSize" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
|
||||
<icon class="iconfont icon-shoucang" style="color: #888"></icon>
|
||||
<text class="f10 c8" style="line-height: 18px; margin-left: 2px">收藏</text>
|
||||
</button>
|
||||
</view>
|
||||
<view class="flex-1 vsb">
|
||||
<view class="display-flex">
|
||||
<view class="storeName">{{item.jobName || item.aliasName}}</view>
|
||||
<view class="hourPay" wx:if="{{item.salaryClassify == 7}}">月薪</view>
|
||||
<view class="hourPay" wx:else>{{item.salaryClassifyValue}}</view>
|
||||
</view>
|
||||
<view class="v-center mt12 mb12">
|
||||
<view class="f14s c045 flex-1 display-flex">
|
||||
<view hover-class="none" hover-stop-propagation="false" style="max-width:220px;">
|
||||
<view class="overText fl mr4" style="max-width: 150px;">{{(item.district && item.district != '-') ? item.district + ' | ' : ''}}</view>
|
||||
<view class="fl" wx:if="{{item.district != null && item.district != '' && storeJobListSearchForm.sortTag == 2}}">{{ item.distanceKm}}</view>
|
||||
<view class="fl" wx:else>{{item.age}}</view>
|
||||
</view>
|
||||
<!-- <view class="fr f14s fw400" style="color: var(--color-f40);">{{item.monthlyPay}}</view> -->
|
||||
<view class="fr f14s fw400" wx:if="{{item.jobType !=2 || item.salaryClassify == 7}}" style="color: var(--color-f40);">{{item.monthlyPay}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="display-flex">
|
||||
<scroll-view scroll-x="{{true}}" catchscroll="scroll" bindtap="stoptap" class="tttg {{item.isTagShow==true ?'isTagShow':''}}">
|
||||
<!-- <view class="t-icon t-icon-ziying1 " wx:if="{{item.signType == 1}}" style="background-repeat:no-repeat"></view> -->
|
||||
<view class="tagsLi" wx:for="{{item.jobSpecialLabelNameArray}}" wx:for-item="item1" wx:key="index">{{item1}}</view>
|
||||
<view class="tagsLi" wx:if="{{item.jobSpecialLabelNameArray.length <= 0}}">暂无特色</view>
|
||||
</scroll-view>
|
||||
|
||||
<block wx:if="{{item.status == 1 && item.recruitment == 2}}">
|
||||
<view class="miniBtn disabled" hover-stop-propagation="false">立即报名</view>
|
||||
</block>
|
||||
<block wx:else>
|
||||
<view class="miniBtn" catchtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">立即报名</view>
|
||||
</block>
|
||||
|
||||
<!-- <view class="miniBtn" bindtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">报名</view> -->
|
||||
<!-- <view class="fsa bz f12 fee" wx:if="{{agencyStatus == 1 || corpUserFlag == true}}">
|
||||
<view class="inner" hover-class="none" hover-stop-propagation="false">费</view>{{item.fuWuFei ? item.fuWuFei : '-' }}
|
||||
</view>-->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<block wx:if="{{(recordList == null || recordList.length == 0) && (storeJobListSearchForm.keys != null && storeJobListSearchForm.keys != '')}}">
|
||||
<view class="tc p20 f12 c045">没有符合条件的职位</view>
|
||||
</block>
|
||||
<block wx:else>
|
||||
<view class="tc p20 f12 c045" wx:if="{{!hasMoreData && recordList.length != 0}}">已经到底啦~</view>
|
||||
<view class="tc p20 f12 c045" wx:if="{{hasMoreData }}">上滑加载更多</view>
|
||||
</block>
|
||||
</view>
|
||||
<view wx:if="{{(recordList == null || recordList.length == 0) && pageShow}}" class="tc">
|
||||
<view class="t-icon t-icon-zanwu" style="width: 80px; height: 80px; margin: 80px auto 20px"></view>
|
||||
<view class="tc f14 c045">暂无记录</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
|
||||
<view class="leftBox" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="mask" wx:if="{{leftShow}}" catchtouchmove="modalMove" bindtap="hideLeft"></view>
|
||||
<view class="hideBox {{leftShow ? 'leftShow':''}}" bindtouchstart="filterTouchStart" catchtouchmove="filterTouchMove">
|
||||
<scroll-view scroll-y="{{true}}" class="filterContainer">
|
||||
<!-- <view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">1.烟疤纹身(单选)</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.yanba}}" wx:key="index" bindtap="setActive" data-type="yanba" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">2.意向区域</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.area}}" wx:key="index" data-type="area" data-id="{{item.id}}" bindtap="setActive" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>-->
|
||||
<!-- <view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">1.工价</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.price}}" wx:key="index" data-type="price" data-id="{{item.id}}" bindtap="setActive" class="{{item.active== item.id ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>-->
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">1.性别(单选)</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.sex}}" bindtap="setActive" wx:key="index" data-type="sex" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">2.分类</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.classifyList}}" bindtap="setActive" wx:key="index" data-type="classifyList" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">3.薪资福利</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.jobFilter.tagArray1}}" bindtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray1" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">4.宿舍保障</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.jobFilter.tagArray3}}" bindtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray3" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">5.班制休息</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.jobFilter.tagArray0}}" bindtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray0" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">6.面试特色</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.jobFilter.tagArray4}}" bindtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray4" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
||||
<view class="title">7.其他特色</view>
|
||||
<view class="content">
|
||||
<span wx:for="{{filterData.jobFilter.tagArray2}}" bindtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray2" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<view class="btnBox bt1">
|
||||
<button class="clearFilter" data-type="innerclear" bindtap="clearFilter1">清除</button>
|
||||
<button class="normalBtn loginOut" bindtap="toList">确定</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<bottom-drawer show="{{recordShow}}" info="{{currentInfo}}" drawerType="recordShow" cancerShow="{{false}}" touchClose="{{true}}" bindhidedrawer="hidedrawershow" class="bottomDrawer" height="494px"></bottom-drawer>
|
||||
@ -0,0 +1,6 @@
|
||||
@import "../index/index.wxss";
|
||||
|
||||
.container {
|
||||
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
Loading…
Reference in New Issue