任务统一改成岗位

This commit is contained in:
18500206848
2024-04-23 22:51:27 +08:00
parent 70572f5001
commit 954dfbfad4
22 changed files with 65 additions and 106 deletions

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="content">
@@ -150,7 +150,7 @@
open: false,
showPopUp: false,
nonReactiveArray: ["最新任务", "最新岗位", "政策资讯"],
nonReactiveArray: ["最新零工岗位", "最新全职岗位", "政策资讯"],
}
},
onLoad: function(option) {
@@ -162,8 +162,8 @@
},
onShow: function() {
const enumTitle = {
"0": '最新任务',
"1": '最新岗位',
"0": '最新零工岗位',
"1": '最新全职岗位',
"2": '最新政策',
}
uni.setNavigationBarTitle({