|
@@ -1,15 +1,15 @@
|
|
|
<view class="main">
|
|
|
<view style="height:{{statusBarHeight}}">
|
|
|
-
|
|
|
+
|
|
|
</view>
|
|
|
- <view class="top-act" style="height:{{statusBarHeight}};top:{{staHeight}};">
|
|
|
- <view class="act-title">同城实践</view>
|
|
|
+ <view class="top-act" style="height:{{statusBarHeight}};top:{{staHeight}};">
|
|
|
+ <view class="act-title">同城实践</view>
|
|
|
</view>
|
|
|
<view class="sticky-box">
|
|
|
<view class="namewrap">
|
|
|
<scroll-view scroll-x scroll-with-animation scroll-left="{{navScrollWidth}}" class="item-box">
|
|
|
- <view class="nameitem {{nameIndex == index ? 'nameactive' : ''}}" wx:for="{{nameList}}"
|
|
|
- bindtap="nameHandler" data-index="{{index}}" wx:key="index">
|
|
|
+ <view class="nameitem {{nameIndex == index ? 'nameactive' : ''}}" wx:for="{{nameList}}" bindtap="nameHandler"
|
|
|
+ data-index="{{index}}" wx:key="index">
|
|
|
<!-- <image mode="widthFix" src="{{appAssetsUrl}}/images/active_line.png"
|
|
|
style="width: 55rpx;position: absolute;top: 50rpx;left: calc(50% + 10rpx);transform: translateX(-50%);display: {{nameIndex == index?'block':'none'}};">
|
|
|
</image> -->
|
|
@@ -24,7 +24,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- <view style="height:103rpx;"></view> -->
|
|
|
- <view class="downMenu" style="margin-top:{{conTop}}">
|
|
|
+ <view class="downMenu" style="margin-top:{{conTop}}">
|
|
|
<view class="section">
|
|
|
<picker bindchange="timePickerChange" value="{{timeListIndex}}" range="{{timeList}}" range-key='name'>
|
|
|
<view class="picker">
|
|
@@ -34,8 +34,7 @@
|
|
|
</picker>
|
|
|
</view>
|
|
|
<view style="margin-left:40rpx;" class="section">
|
|
|
- <picker bindchange="statusPickerChange" value="{{statusListIndex}}" range="{{statusList}}"
|
|
|
- range-key='itemname'>
|
|
|
+ <picker bindchange="statusPickerChange" value="{{statusListIndex}}" range="{{statusList}}" range-key='itemname'>
|
|
|
<view class="picker">
|
|
|
<text style="color:#1a1a1a;font-size: 28rpx;">{{statusList[statusListIndex].itemname}}</text>
|
|
|
<i class="iconfont1 icon-xiajiantou gray"></i>
|
|
@@ -46,13 +45,15 @@
|
|
|
<!-- <view style="height:97px;"></view> -->
|
|
|
<!-- margin-top:107px; -->
|
|
|
<view class="content">
|
|
|
-
|
|
|
+
|
|
|
<scroll-view scroll-y>
|
|
|
- <view wx:if="{{listData.length>0}}" class="categoryitem" data-id="{{item.id}}" wx:for="{{listData}}"
|
|
|
- wx:key="item" bindtap="toPartDetail">
|
|
|
+ <view wx:if="{{listData.length>0}}" class="categoryitem" data-id="{{item.id}}" wx:for="{{listData}}" wx:key="item"
|
|
|
+ bindtap="toPartDetail">
|
|
|
<view class="img-sex">
|
|
|
<!-- {{appAssetsUrl2}}wjxy/mine/vip-icon.png /images/wjxy/boy.png -->
|
|
|
- <image src="{{ item.sexlimit == '01' ? appAssetsUrl2 + 'wjxy/boy.png' : item.sexlimit == '02' ? appAssetsUrl2+'wjxy/girl.png' : appAssetsUrl2+'wjxy/boy_girl.png' }}" class="{{ item.sexlimit == '01' ? 'per-img1' : item.sexlimit == '02' ? 'per-img2' : 'per-img3' }}"></image>
|
|
|
+ <image
|
|
|
+ src="{{ item.sexlimit == '01' ? appAssetsUrl2 + 'wjxy/boy.png' : item.sexlimit == '02' ? appAssetsUrl2+'wjxy/girl.png' : appAssetsUrl2+'wjxy/boy_girl.png' }}"
|
|
|
+ class="{{ item.sexlimit == '01' ? 'per-img1' : item.sexlimit == '02' ? 'per-img2' : 'per-img3' }}"></image>
|
|
|
</view>
|
|
|
<view class="right-box">
|
|
|
<view class="catetop">
|
|
@@ -66,15 +67,21 @@
|
|
|
<view class="type-box-item">{{ item.sexlimitName }}</view>
|
|
|
</view>
|
|
|
<view class="bot-time">
|
|
|
- <i class="iconfont1 icon-31shijian time-icon"></i>
|
|
|
+ <!-- <i class="iconfont1 icon-31shijian time-icon"></i> -->
|
|
|
+ <image class="iconImg" mode="widthFix" style="position: relative;top: 4rpx;left: 2rpx;"
|
|
|
+ src="/assets/images/online/icon_1.png"></image>
|
|
|
<view class="time-box">时间:{{item.workdateStart + '-' + item.workdateEnd}}</view>
|
|
|
</view>
|
|
|
<view style="margin-top:10rpx;">
|
|
|
- <i class="iconfont icon-dizhi icon-home-dizhi"></i>
|
|
|
+ <!-- <i class="iconfont1 icon-dizhi icon-home-dizhi"></i> -->
|
|
|
+ <image class="iconImg" mode="widthFix" style="width: 30rpx;" src="/assets/images/online/icon_2.png">
|
|
|
+ </image>
|
|
|
<view class="address">地点:{{item.address}}</view>
|
|
|
</view>
|
|
|
<view style="margin-top:10rpx;">
|
|
|
- <i class="iconfont icon-dizhi"></i>
|
|
|
+ <!-- <i class="iconfont1 icon-dizhi"></i> -->
|
|
|
+ <image class="iconImg" mode="widthFix" style="position: relative;top: -2rpx;margin-right: 2rpx;"
|
|
|
+ src="/assets/images/online/icon_3.png"></image>
|
|
|
<view class="address">名额:{{item.willnum}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -136,4 +143,4 @@
|
|
|
<!-- <button class="custCare" open-type="contact" session-from="sessionFrom">
|
|
|
<image mode="aspectFill" src="{{appAssetsUrl}}/images/custCare.png"></image>
|
|
|
</button> -->
|
|
|
-</view>
|
|
|
+</view>
|