任务统一改成岗位

This commit is contained in:
18500206848
2024-04-25 19:39:11 +08:00
parent 3e01893ef7
commit 9642c98111
13 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
<view class="top-search">
<view class="top-input">
<input class="put" type="text" placeholder-class="put-pla" v-model="searchValue"
placeholder="搜索地点或者附近的任务及岗位">
placeholder="搜索地点或者附近的岗位">
<button class="input-btn" @tap="search">搜索</button>
</view>
</view>

View File

@@ -3,7 +3,7 @@
<view class="titleSearch">
<view class="searchName"> </view>
<u-search placeholder="搜任务/搜岗位/搜政策" @focus="goSeach" shape="round" :showAction="false"></u-search>
<u-search placeholder="搜零工岗位/搜全职岗位/搜政策" @focus="goSeach" shape="round" :showAction="false"></u-search>
</view>
<view class="navPosition" @click="navTo('/pages/project/map')">
<u-icon name="map" color="#2979ff" size="16"></u-icon>
@@ -175,7 +175,7 @@
searchData: {},
// nonReactiveArray: ["推荐任务", "推荐岗位", "个体户招工"],
nonReactiveArray: ["推荐零工任务", "推荐岗位"],
nonReactiveArray: ["推荐零工岗位", "推荐全职岗位"],
}
},
onLoad: function() {