This commit is contained in:
18500206848
2024-04-29 11:03:18 +08:00
parent fb837f10a9
commit 63404f9c6a
4 changed files with 9 additions and 38 deletions

View File

@@ -950,12 +950,12 @@
.homeFooter .atBottom { .homeFooter .atBottom {
width: 690rpx; width: 690rpx;
height: 40rpx; height: 0rpx;
font-size: 28rpx; font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #cccdce; color: #cccdce;
line-height: 40rpx; line-height: 80rpx;
text-align: center; text-align: center;
margin-bottom: 20rpx; margin-bottom: 20rpx;

View File

@@ -2,12 +2,11 @@
<view> <view>
<view class="titleSearch"> <view class="titleSearch">
<view class="searchName"> </view> <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>
<view class="navPosition" @click="navTo('/pages/project/projectList')"> <view class="navPosition" @click="navTo('/pages/project/projectList')">
<u-icon name="map" color="#2979ff" size="16"></u-icon> <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> <u-icon name="arrow-right" color="#666666" size="14"></u-icon>
</view> </view>
<view class="content"> <view class="content">
@@ -589,6 +588,7 @@
.positionText { .positionText {
margin: 0 10rpx; margin: 0 10rpx;
font-weight: bold;
} }
} }

View File

@@ -7,7 +7,7 @@
</view> </view>
<view class="navPosition" @click="navTo('/pages/project/map')"> <view class="navPosition" @click="navTo('/pages/project/map')">
<u-icon name="map" color="#2979ff" size="16"></u-icon> <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> <u-icon name="arrow-right" color="#666666" size="14"></u-icon>
</view> </view>
<view class="content"> <view class="content">
@@ -600,6 +600,7 @@
.positionText { .positionText {
margin: 0 10rpx; margin: 0 10rpx;
font-weight: bold;
} }
} }

View File

@@ -80,7 +80,7 @@ const news = {
}, },
"1": { "1": {
id: "1", id: "1",
title: "岗位推送", title: "推送零工岗位",
icon: "../../static/img/renwu.png", icon: "../../static/img/renwu.png",
page: { page: {
current: 0, current: 0,
@@ -110,7 +110,7 @@ const news = {
}, },
"2": { "2": {
id: "1", id: "1",
title: "岗位推送", title: "推送全职岗位",
icon: "../../static/img/gangwei.svg", icon: "../../static/img/gangwei.svg",
page: { page: {
current: 0, 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": { "4": {
id: "1", id: "1",
title: "政策推送", title: "推送政策指南",
icon: "../../static/img/zhengce.svg", icon: "../../static/img/zhengce.svg",
page: { page: {
current: 0, current: 0,