master
wangxia 2 years ago
parent 9dedad41a1
commit 1d1f2f5122

@ -382,7 +382,7 @@ height: 746rpx;
white-space: nowrap; white-space: nowrap;
color: var(--color-f40); color: var(--color-f40);
font-weight: 601; font-weight: 601;
margin-top: 2px; /* margin-top: 2px; */
} }
.weui-btn { .weui-btn {
margin-left: 0 !important; margin-left: 0 !important;

@ -1,73 +1,56 @@
<view class='g_flex_row_between g_h_all'> <view class="g_flex_row_between g_h_all">
<!-- 左 --> <!-- 左 -->
<scroll-view class="g_flex_none" scroll-y style='background-color:#F8F8F8;width:88px;height:100vh'> <scroll-view class="g_flex_none" scroll-y style="background-color:#F8F8F8;width:88px;height:100vh">
<view wx:for="{{list}}" wx:for-item="item" wx:key="index" <view wx:for="{{list}}" wx:for-item="item" wx:key="index" class="{{active == index ? 'label-box g_flex_column_center label-box-active' : 'label-box g_flex_column_center'}}" catchtap="handleTab" data-active="{{index}}" data-id="{{item.id}}">
class="{{active == index ? 'label-box g_flex_column_center label-box-active' : 'label-box g_flex_column_center'}}" <view class="{{active == index ? 'label g_flex_c label-active' : 'label g_flex_c'}}">{{item.name}}({{item.num}})</view>
catchtap="handleTab" </view>
data-active='{{index}}' </scroll-view>
data-id='{{item.id}}' <!-- 右 -->
> <view class="g_flex_1" style="background-color:#fff;">
<view class="{{active == index ? 'label g_flex_c label-active' : 'label g_flex_c'}}" <scroll-view class="standardList category-obj" scroll-x="true" scroll-y="true" style="padding-top: 0;height:100vh" scroll-into-view="{{scrollInfoView}}" scroll-with-animation="true" bindscroll="bindCategoryScroll" bindscrolltolower="onScrollToLower">
>{{item.name}}({{item.num}})</view> <view class="category-child category_0" id="category_0">
</view> <view wx:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;">
</scroll-view> <view class="jcenter bgf br8">
<!-- 右 --> <view class="listcontainer" style="border-top: 1px solid #f3f3f3;">
<view class="g_flex_1" style='background-color:#fff;'> <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'}};">
<scroll-view class="standardList category-obj" <view class="p1020 jobIn" hover-class="none">
scroll-x="true" <view class="display-flex">
scroll-y="true" <view class="flex-1 vsb">
style="padding-top: 0;height:100vh" <view class="display-flex">
scroll-into-view="{{scrollInfoView}}" <view class="storeName" style="font-size: 14px;max-width:300rpx;">{{item.jobName || item.aliasName}}</view>
scroll-with-animation="true" <!-- <view class="hourPay" style="font-size: 14px;">{{item.salaryClassifyValue}}</view> -->
bindscroll='bindCategoryScroll' <view class="hourPay" wx:if="{{item.salaryClassify == 7}}">月薪</view>
bindscrolltolower="onScrollToLower" <view class="hourPay" wx:else>{{item.salaryClassifyValue}}</view>
> </view>
<view class="category-child category_0" id="category_0"> <view class="v-center mt12 mb12">
<view wx:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;"> <view class="f12 c045 flex-1 display-flex">
<view class="jcenter bgf br8"> <view hover-class="none" hover-stop-propagation="false" style="max-width:220px;">
<view class="listcontainer" style="border-top: 1px solid #f3f3f3;"> <view class="overText fl" style="max-width: 150px;">{{item.district}}</view>
<view class="jobOne" hover-start-time="50" hover-stay-time="0" <view class="fl ml4" wx:if="{{item.distance != null && item.distance != '' && storeJobListSearchForm.sortTag == 2}}">{{ ' | ' + item.distanceKm}}</view>
wx:for="{{recordList}}" data-id="{{item.id}}" bindtap="goDetail" wx:key="index" <view class="fl ml4" wx:else>{{' | ' +item.age}}</view>
hover-class="{{item.recruitment == '1' ? 'ahover':''}}" </view>
style="background-color:{{item.recruitment == '1' ? '#fff':'#f5f5f5'}};border-bottom: {{item.recruitment == '1' ? '':'1px solid #ddd'}};"> <view class="fr f14s fw400" wx:if="{{item.jobType !=2 || item.salaryClassify == 7}}" style="color: var(--color-f40);">{{item.monthlyPay}}</view>
<view class="p1020 jobIn" hover-class="none"> <!-- <view class="fr f14s fw400" style="color: var(--color-f40);">{{item.monthlyPay}}</view> -->
<view class="display-flex"> </view>
<view class="flex-1 vsb"> </view>
<view class="display-flex"> <view class="display-flex">
<view class="storeName" style="font-size: 14px;max-width:300rpx;">{{item.jobName || item.aliasName}}</view> <scroll-view scroll-x="{{true}}" catchscroll="scroll" bindtap="stoptap" class="tttg">
<view class="hourPay" style="font-size: 14px;">{{item.salaryClassifyValue}}</view> <view class="tagsLi" wx:for="{{item.jobSpecialLabelNameArray}}" wx:for-item="item1" wx:key="index">{{item1}}</view>
</view> <view class="tagsLi" wx:if="{{item.jobSpecialLabelNameArray.length <= 0}}">暂无特色</view>
<view class="v-center mt12 mb12"> </scroll-view>
<view class="f12 c045 flex-1 display-flex">
<view hover-class="none" hover-stop-propagation="false" style="max-width:220px;"> <block wx:if="{{item.state == 1 && item.recruitment == 2}}">
<view class="overText fl" style="max-width: 150px;"> <view class="miniBtn disabled" hover-stop-propagation="false">立即报名</view>
{{item.citys}} </block>
</view> <block wx:else>
<view class="fl ml4" wx:if="{{item.distance != null && item.distance != '' && storeJobListSearchForm.sortTag == 2}}"> {{ ' | ' + item.distanceKm}}</view> <view class="miniBtn" catchtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">立即报名</view>
<view class="fl ml4" wx:else>{{' | ' +item.age}}</view> </block>
</view> </view>
<!-- <view class="fr f14s fw400" style="color: var(--color-f40);">{{item.monthlyPay}}</view> --> </view>
</view> </view>
</view> </view>
<view class="display-flex"> </view>
<scroll-view scroll-x="{{true}}" catchscroll="scroll" bindtap="stoptap" class="tttg"> </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.state == 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>
</view>
</view>
</view>
</view>
</view>
</view> </view>
</view> </view>
<block wx:if="{{recordList == null || recordList.length == 0}}"> <block wx:if="{{recordList == null || recordList.length == 0}}">
@ -83,17 +66,15 @@
<text style="font-size: 14px;color: #999999;line-height: 20px;">未登录时只能使用部分功能,申请加入稻田即可使用更多功能。</text> <text style="font-size: 14px;color: #999999;line-height: 20px;">未登录时只能使用部分功能,申请加入稻田即可使用更多功能。</text>
</view> </view>
<view class="mt12 f14 tc" bindtap="goLogin" style="color: #576b95;padding-bottom: 80px;">登录稻田</view> <view class="mt12 f14 tc" bindtap="goLogin" style="color: #576b95;padding-bottom: 80px;">登录稻田</view>
</block> --> </block>-->
</block> </block>
<view wx:if="{{(recordList == null || recordList.length == 0) && pageShow}}" class="tc"> <view wx:if="{{(recordList == null || recordList.length == 0) && pageShow}}" class="tc">
<view class="t-icon t-icon-zanwu" style="width: 80px; height: 80px; margin: 50% auto 20px"></view> <view class="t-icon t-icon-zanwu" style="width: 80px; height: 80px; margin: 50% auto 20px"></view>
<view class="tc f14 c045">暂无记录</view> <view class="tc f14 c045">暂无记录</view>
</view> </view>
</view> </view>
</scroll-view>
</scroll-view> </view>
</view>
</view> </view>
<bottom-drawer show="{{recordShow}}" info="{{currentInfo}}" drawerType="recordShow" cancerShow="{{false}}" touchClose="{{true}}" bindhidedrawer="hidedrawershow" class="bottomDrawer" height="494px"></bottom-drawer> <bottom-drawer show="{{recordShow}}" info="{{currentInfo}}" drawerType="recordShow" cancerShow="{{false}}" touchClose="{{true}}" bindhidedrawer="hidedrawershow" class="bottomDrawer" height="494px"></bottom-drawer>

Loading…
Cancel
Save