From b9de76dca6b412d5f233055be324479fe7e90348 Mon Sep 17 00:00:00 2001 From: liy <1492230202@qq.com> Date: Mon, 18 Dec 2023 11:13:07 +0800 Subject: [PATCH] 1 --- apis/modules/ly.js | 4 ++++ pages.json | 3 ++- pages/home/home.vue | 2 +- pages/maptask/maptask.scss | 12 ++---------- pages/maptask/maptask.vue | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------- pages/maptaskdetail/maptaskdetail.scss | 4 ++-- pages/policy/policy.vue | 2 +- pages/policy/policydetail.vue | 17 ++++++++++++----- 8 files changed, 86 insertions(+), 77 deletions(-) diff --git a/apis/modules/ly.js b/apis/modules/ly.js index 1b43592..5b7566a 100644 --- a/apis/modules/ly.js +++ b/apis/modules/ly.js @@ -13,6 +13,10 @@ export default { getpolicyDocument(data){ return request.get('/arePlaceName/policyDocument/list',data) }, + // 政策文件详情 + getpolicyDocumentone(data){ + return request.get('/arePlaceName/policyDocument/'+data) + }, // 行政区 getplie(data){ return request.get('/areBoundary/plie/list',data) diff --git a/pages.json b/pages.json index a7363cf..be6a62a 100644 --- a/pages.json +++ b/pages.json @@ -155,7 +155,8 @@ }, { "path": "pages/maptask/maptask", "style": { - "navigationStyle": "custom" + "navigationBarTitleText": "我的任务", + "enablePullDownRefresh": false } }, { "path": "pages/maptaskdetail/maptaskdetail", diff --git a/pages/home/home.vue b/pages/home/home.vue index c8f7b7b..ed18c20 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -128,7 +128,7 @@ }, toponym() { uni.navigateTo({ - url:"/pages/toponym/toponym" + url:"/pages/declaration/declaration?type=4" }) }, tzyl(){ diff --git a/pages/maptask/maptask.scss b/pages/maptask/maptask.scss index 4829307..f9c2f1d 100644 --- a/pages/maptask/maptask.scss +++ b/pages/maptask/maptask.scss @@ -4,28 +4,20 @@ } .content { width: 100%; - padding-top: 100rpx; + } .coupon-tab { - position: fixed; - left: 0; - top: 0; - z-index: 10; display: flex; align-items: center; width: 100%; - height: 190rpx; - /* #ifdef MP-WEIXIN */ - height: 220rpx; - /* #endif */ background-color: #ffffff; + .tab { position: relative; display: flex; align-items: center; justify-content: center; width: 33%; - height: 100%; text { font-size: 28rpx; color: #7C7C7C; diff --git a/pages/maptask/maptask.vue b/pages/maptask/maptask.vue index a5c44aa..a27bc6e 100644 --- a/pages/maptask/maptask.vue +++ b/pages/maptask/maptask.vue @@ -1,85 +1,90 @@ -