diff --git a/Civil-Affairs-Bureau-WeChar b/Civil-Affairs-Bureau-WeChar index 265e64e..3eb65c1 160000 --- a/Civil-Affairs-Bureau-WeChar +++ b/Civil-Affairs-Bureau-WeChar @@ -1 +1 @@ -Subproject commit 265e64e9a0cbb670ab3ba7d3d113ab4863bb0058 +Subproject commit 3eb65c13bdf332339d04370e771ce91fc6e3ad6a 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/apis/modules/oauth.js b/apis/modules/oauth.js index fda517a..83cbe82 100644 --- a/apis/modules/oauth.js +++ b/apis/modules/oauth.js @@ -27,6 +27,10 @@ export default { getfbgl(data){ return request.get("/funeral/related/list",data) }, + // 获取殡葬文化、普法、办事、详情 + getfbgldata(data){ + return request.get("/funeral/related/"+data) + }, // 获取殡葬服务机构列表 getjg(){ return request.get('/funeral/agencies/list?pageNum=1&pageSize=10'); 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/funeralculture/funeralculture.vue b/pages/funeralculture/funeralculture.vue index 4407499..fb6c372 100644 --- a/pages/funeralculture/funeralculture.vue +++ b/pages/funeralculture/funeralculture.vue @@ -9,7 +9,7 @@ {{item.title}} - + @@ -48,7 +48,7 @@ computed:{ pageTop(){return parseInt(88*uni.getSystemInfoSync().windowWidth/750) + uni.getSystemInfoSync().statusBarHeight} }, - onShow() { + onLoad() { this.getfbgl(); }, methods: { diff --git a/pages/funeralguide/funeralguide.vue b/pages/funeralguide/funeralguide.vue index 4a210d9..62c8511 100644 --- a/pages/funeralguide/funeralguide.vue +++ b/pages/funeralguide/funeralguide.vue @@ -9,7 +9,7 @@ {{item.title}} - + @@ -48,7 +48,7 @@ computed:{ pageTop(){return parseInt(88*uni.getSystemInfoSync().windowWidth/750) + uni.getSystemInfoSync().statusBarHeight} }, - onShow() { + onLoad() { this.getfbgl(); }, methods: { diff --git a/pages/funerallaw/funerallaw.vue b/pages/funerallaw/funerallaw.vue index 30b3d88..c89d535 100644 --- a/pages/funerallaw/funerallaw.vue +++ b/pages/funerallaw/funerallaw.vue @@ -9,7 +9,7 @@ {{item.title}} - + @@ -48,7 +48,7 @@ computed:{ pageTop(){return parseInt(88*uni.getSystemInfoSync().windowWidth/750) + uni.getSystemInfoSync().statusBarHeight} }, - onShow() { + onLoad() { this.getfbgl(); }, methods: { @@ -71,7 +71,7 @@ tzdetail(item){ console.log("ress",item); uni.navigateTo({ - url:'/pages/xxdetail/xxdetail?info=' + JSON.stringify(item) + url:'/pages/xxdetail/xxdetail?info=' + item }) } }, diff --git a/pages/funeralproblem/funeralproblem.vue b/pages/funeralproblem/funeralproblem.vue index c7c20e5..b7c0da1 100644 --- a/pages/funeralproblem/funeralproblem.vue +++ b/pages/funeralproblem/funeralproblem.vue @@ -9,7 +9,7 @@ {{item.title}} - + @@ -48,7 +48,7 @@ computed:{ pageTop(){return parseInt(88*uni.getSystemInfoSync().windowWidth/750) + uni.getSystemInfoSync().statusBarHeight} }, - onShow() { + onLoad() { this.getfbgl(); }, methods: { diff --git a/pages/home/home.vue b/pages/home/home.vue index d52a6b5..2b7ebd8 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 @@ -