diff --git a/pages/index/index.vue b/pages/index/index.vue index e0276b9..32446bd 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -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; diff --git a/pages/project/project copy.vue b/pages/project/project copy.vue index 38ee387..004cb9e 100644 --- a/pages/project/project copy.vue +++ b/pages/project/project copy.vue @@ -2,12 +2,11 @@ 搜 索 - - 四川德阳市 + 德阳市地图服务 @@ -589,6 +588,7 @@ .positionText { margin: 0 10rpx; + font-weight: bold; } } diff --git a/pages/project/project.vue b/pages/project/project.vue index f068109..18c8311 100644 --- a/pages/project/project.vue +++ b/pages/project/project.vue @@ -7,7 +7,7 @@ - 四川省德阳市 > + 德阳市地图服务 @@ -600,6 +600,7 @@ .positionText { margin: 0 10rpx; + font-weight: bold; } } diff --git a/store/models/news.js b/store/models/news.js index 5c241c5..9d80f8e 100644 --- a/store/models/news.js +++ b/store/models/news.js @@ -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,