任务统一改成岗位
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user