111
This commit is contained in:
@@ -950,12 +950,12 @@
|
||||
|
||||
.homeFooter .atBottom {
|
||||
width: 690rpx;
|
||||
height: 40rpx;
|
||||
height: 0rpx;
|
||||
font-size: 28rpx;
|
||||
font-family: PingFangSC-Regular, PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #cccdce;
|
||||
line-height: 40rpx;
|
||||
line-height: 80rpx;
|
||||
text-align: center;
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
|
||||
@@ -2,12 +2,11 @@
|
||||
<view>
|
||||
<view class="titleSearch">
|
||||
<view class="searchName">搜 索</view>
|
||||
|
||||
<u-search placeholder="搜零工岗位/搜全职岗位/搜政策" @focus="goSeach" shape="round" :showAction="false"></u-search>
|
||||
</view>
|
||||
<view class="navPosition" @click="navTo('/pages/project/projectList')">
|
||||
<u-icon name="map" color="#2979ff" size="16"></u-icon>
|
||||
<view class="positionText">四川德阳市</view>
|
||||
<view class="positionText">德阳市地图服务</view>
|
||||
<u-icon name="arrow-right" color="#666666" size="14"></u-icon>
|
||||
</view>
|
||||
<view class="content">
|
||||
@@ -589,6 +588,7 @@
|
||||
|
||||
.positionText {
|
||||
margin: 0 10rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</view>
|
||||
<view class="navPosition" @click="navTo('/pages/project/map')">
|
||||
<u-icon name="map" color="#2979ff" size="16"></u-icon>
|
||||
<view class="positionText">四川省德阳市 ></view>
|
||||
<view class="positionText">德阳市地图服务</view>
|
||||
<u-icon name="arrow-right" color="#666666" size="14"></u-icon>
|
||||
</view>
|
||||
<view class="content">
|
||||
@@ -600,6 +600,7 @@
|
||||
|
||||
.positionText {
|
||||
margin: 0 10rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ const news = {
|
||||
},
|
||||
"1": {
|
||||
id: "1",
|
||||
title: "岗位推送",
|
||||
title: "推送零工岗位",
|
||||
icon: "../../static/img/renwu.png",
|
||||
page: {
|
||||
current: 0,
|
||||
@@ -110,7 +110,7 @@ const news = {
|
||||
},
|
||||
"2": {
|
||||
id: "1",
|
||||
title: "岗位推送",
|
||||
title: "推送全职岗位",
|
||||
icon: "../../static/img/gangwei.svg",
|
||||
page: {
|
||||
current: 0,
|
||||
@@ -138,39 +138,9 @@ const news = {
|
||||
})
|
||||
}
|
||||
},
|
||||
// "3": {
|
||||
// id: "1",
|
||||
// title: "技能推送",
|
||||
// icon: "../../static/img/jineng.svg",
|
||||
// page: {
|
||||
// current: 0,
|
||||
// size,
|
||||
// total: size
|
||||
// },
|
||||
// data: [],
|
||||
// prop: {
|
||||
// title: 'missionTitle',
|
||||
// desc: (value) => {
|
||||
// if (value.data[0])
|
||||
// return `您收到${value.data[0][0]['companyName']}的任务`
|
||||
// },
|
||||
// time: 'createTime',
|
||||
// isRead: 'status',
|
||||
// listDesc: 'companyName',
|
||||
// },
|
||||
// navigateTo(item, dispatch) {
|
||||
// dispatch('readNew', {
|
||||
// key: '1',
|
||||
// id: item.id
|
||||
// })
|
||||
// uni.navigateTo({
|
||||
// url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent(item.missionNo)}&id=${encodeURIComponent(item.id)}`
|
||||
// })
|
||||
// }
|
||||
// },
|
||||
"4": {
|
||||
id: "1",
|
||||
title: "政策推送",
|
||||
title: "推送政策指南",
|
||||
icon: "../../static/img/zhengce.svg",
|
||||
page: {
|
||||
current: 0,
|
||||
|
||||
Reference in New Issue
Block a user