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 @@
-
+
-
-
+
- 全部
+ 全部
- 未处理
+ 未处理
- 已处理
+ 已处理
-
-
-
-
-
-
- {{item.taskName}}
-
-
-
- {{item.taskStatus}}
+
+
+
+
+
+
+ {{item.taskName}}
+
+
+
+ {{item.taskStatus}}
+
+
+
+
-
-
-
-
-
-
-
-
+ }
+ }
+
+
+
\ No newline at end of file
diff --git a/pages/maptaskdetail/maptaskdetail.scss b/pages/maptaskdetail/maptaskdetail.scss
index 035aff2..71322e2 100644
--- a/pages/maptaskdetail/maptaskdetail.scss
+++ b/pages/maptaskdetail/maptaskdetail.scss
@@ -160,8 +160,8 @@
width: 94%;
position: fixed;
bottom: 30rpx;
- background: rgba(255,255,255,0.63);
- border-radius: 30rpx;
+ // background: rgba(255,255,255,0.63);
+ // border-radius: 30rpx;
.bottom-two {
display: flex;
justify-content: space-between;
diff --git a/pages/my/my.vue b/pages/my/my.vue
index 83b1ef2..5bd9004 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -10,7 +10,7 @@
-
+
diff --git a/pages/myreservationdetail/myreservationdetail.vue b/pages/myreservationdetail/myreservationdetail.vue
index ddef2e6..877b0b7 100644
--- a/pages/myreservationdetail/myreservationdetail.vue
+++ b/pages/myreservationdetail/myreservationdetail.vue
@@ -144,7 +144,7 @@
width: 10,
arrowLine: true,
borderWidth: 2 //线的边框宽度,还有很多参数,请看文档
- }]
+ }]
};
},
onPageScroll(e) {this.$refs.nv.pageScroll(e)},
@@ -276,7 +276,7 @@
width: 4,
arrowLine: true,
// borderWidth: 2 //线的边框宽度,还有很多参数,请看文档
- }]
+ }]
}
})
diff --git a/pages/policy/policy.vue b/pages/policy/policy.vue
index f1a217e..1b61a01 100644
--- a/pages/policy/policy.vue
+++ b/pages/policy/policy.vue
@@ -1,7 +1,7 @@
-
+
{{item.title}}
diff --git a/pages/policy/policydetail.vue b/pages/policy/policydetail.vue
index c0cf5c3..e14f897 100644
--- a/pages/policy/policydetail.vue
+++ b/pages/policy/policydetail.vue
@@ -56,14 +56,21 @@
}
},
onLoad(params) {
- console.log(11111)
-
- this.info = JSON.parse(params.cent)
- this.nvConfig.title = this.info.title
- console.log(this.info)
+ console.log(params.id)
+ this.gain(params.id)
+ // this.info = JSON.parse(params.cent)
+ // this.nvConfig.title = this.info.title
+ // console.log(this.info)
// this.OrderType = params.type;
},
methods: {
+ gain(e) {
+ this.API.getpolicyDocumentone(e).then(res => {
+ console.log(res);
+ this.info = res.data
+ this.nvConfig.title = this.info.title
+ })
+ },
downfile(e) {
let that = this
diff --git a/pages/receiptRegistration/receiptRegistrationList.vue b/pages/receiptRegistration/receiptRegistrationList.vue
index f00d82d..1d0d29b 100644
--- a/pages/receiptRegistration/receiptRegistrationList.vue
+++ b/pages/receiptRegistration/receiptRegistrationList.vue
@@ -2,7 +2,7 @@
- {{item.chiAdoptCaseRegistrationPo.reportTime}}{{item.chiAdoptCaseFlowExecuteNodeHistoryList[item.chiAdoptCaseFlowExecuteNodeHistoryList.length-1].approvalStatus}}
+ {{item.chiAdoptCaseRegistrationPo.reportTime}}{{item.chiAdoptCaseFlowExecuteNodeHistoryList[item.chiAdoptCaseFlowExecuteNodeHistoryList.length-1].nodeName}}
diff --git a/pages/xxdetail/xxdetail.vue b/pages/xxdetail/xxdetail.vue
index fc9edec..b92f6e5 100644
--- a/pages/xxdetail/xxdetail.vue
+++ b/pages/xxdetail/xxdetail.vue
@@ -49,11 +49,20 @@
},
onLoad(item) {
console.log("res",item);
- this.info = JSON.parse(item.info)
- this.nvConfig.title = this.info.title + "详情页"
+
+ this.gain(item.info)
+ // this.info = JSON.parse(item.info)
+ // this.nvConfig.title = this.info.title + "详情页"
},
methods: {
-
+ gain(e) {
+ this.API.getfbgldata(e).then(res => {
+ console.log(res);
+ this.info = res.data
+ // this.info = JSON.parse(item.info)
+ this.nvConfig.title = this.info.title + "详情页"
+ })
+ },
}
}