|
@@ -1,11 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view>
|
|
<view>
|
|
|
- <block v-if="!userId">
|
|
|
|
|
- <view class="cover"></view>
|
|
|
|
|
- </block>
|
|
|
|
|
- <block v-else>
|
|
|
|
|
- <cover-view class="cover"></cover-view>
|
|
|
|
|
- </block>
|
|
|
|
|
|
|
+ <view class="cover"></view>
|
|
|
<view class="jobAll" :class="topY == true ? 'end' : 'start'" @touchstart="start" @touchend="end"
|
|
<view class="jobAll" :class="topY == true ? 'end' : 'start'" @touchstart="start" @touchend="end"
|
|
|
@touchmove.stop="move">
|
|
@touchmove.stop="move">
|
|
|
<view class="header">
|
|
<view class="header">
|
|
@@ -26,20 +21,6 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <!-- <view class="jobAll-search flex justify-center">
|
|
|
|
|
- <view class="jobAll-search-box">
|
|
|
|
|
- <u-dropdown :mask='false' active-color="#016BF6">
|
|
|
|
|
- <u-dropdown-item v-model="value1" title="岗位" @change="change1"
|
|
|
|
|
- :options="options1"></u-dropdown-item>
|
|
|
|
|
- <u-dropdown-item v-model="value2" title="经验" @change="change2"
|
|
|
|
|
- :options="options2"></u-dropdown-item>
|
|
|
|
|
- <u-dropdown-item v-model="value3" title="薪资" @change="change3"
|
|
|
|
|
- :options="options3"></u-dropdown-item>
|
|
|
|
|
- <u-dropdown-item v-model="value4" title="城市" @change="change4"
|
|
|
|
|
- :options="options4"></u-dropdown-item>
|
|
|
|
|
- </u-dropdown>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view> -->
|
|
|
|
|
<view class="jobAll-item flex justify-center">
|
|
<view class="jobAll-item flex justify-center">
|
|
|
<view class="jobAll-item-box">
|
|
<view class="jobAll-item-box">
|
|
|
<scroll-view scroll-y="true" v-if="list.length > 0" style="width: 100%;height: 100%;"
|
|
<scroll-view scroll-y="true" v-if="list.length > 0" style="width: 100%;height: 100%;"
|