|
@@ -7,21 +7,21 @@
|
|
<!-- 轮播图 -->
|
|
<!-- 轮播图 -->
|
|
<SwiperAd v-if="swiperAdList.length && !query.enterpriseId" :list="swiperAdList" margin="0" borderRadius="0"></SwiperAd>
|
|
<SwiperAd v-if="swiperAdList.length && !query.enterpriseId" :list="swiperAdList" margin="0" borderRadius="0"></SwiperAd>
|
|
<view class="stick" :style="`background-color: ${backgroundColor}`">
|
|
<view class="stick" :style="`background-color: ${backgroundColor}`">
|
|
|
|
+ <view style="position: relative;" class="ss-m-t-30" >
|
|
|
|
+ <uni-search-bar
|
|
|
|
+ v-model="query.content"
|
|
|
|
+ placeholder="输入职位/公司关键字"
|
|
|
|
+ cancelButton="none"
|
|
|
|
+ :focus="false"
|
|
|
|
+ bgColor="#fff"
|
|
|
|
+ @confirm="onSearch($event.value)"
|
|
|
|
+ @clear="query.content = ''; onSearch()"
|
|
|
|
+ >
|
|
|
|
+ </uni-search-bar>
|
|
|
|
+ <button class="search-btn" @tap.stop="onSearch">搜索</button>
|
|
|
|
+ </view>
|
|
<!-- tab页签 -->
|
|
<!-- tab页签 -->
|
|
<scroll-view v-if="tabList?.length && !query.enterpriseId" scroll-x="true" class="scroll-container">
|
|
<scroll-view v-if="tabList?.length && !query.enterpriseId" scroll-x="true" class="scroll-container">
|
|
- <view style="position: relative;" class="ss-m-t-30" >
|
|
|
|
- <uni-search-bar
|
|
|
|
- v-model="query.content"
|
|
|
|
- placeholder="输入职位/公司关键字"
|
|
|
|
- cancelButton="none"
|
|
|
|
- :focus="false"
|
|
|
|
- bgColor="#fff"
|
|
|
|
- @confirm="onSearch($event.value)"
|
|
|
|
- @clear="query.content = ''; onSearch()"
|
|
|
|
- >
|
|
|
|
- </uni-search-bar>
|
|
|
|
- <button class="search-btn" @tap.stop="onSearch">搜索</button>
|
|
|
|
- </view>
|
|
|
|
<view
|
|
<view
|
|
class="scroll-item"
|
|
class="scroll-item"
|
|
:style="`margin-left: ${index ? '24px' : ''};`"
|
|
:style="`margin-left: ${index ? '24px' : ''};`"
|