diff --git a/pages/expressDelivery/component/list.vue b/pages/expressDelivery/component/list.vue
index a808576..e457ea4 100644
--- a/pages/expressDelivery/component/list.vue
+++ b/pages/expressDelivery/component/list.vue
@@ -16,7 +16,7 @@
{{defalutVal.applicantName}}
-
+
被申请人姓名:
@@ -79,7 +79,6 @@
width: 100%;
display: flex;
height: 50rpx;
-
.lable {
width: 30%;
}
diff --git a/pages/handlecase/component/list.vue b/pages/handlecase/component/list.vue
index cc49bd1..dad4072 100644
--- a/pages/handlecase/component/list.vue
+++ b/pages/handlecase/component/list.vue
@@ -16,8 +16,8 @@
{{defalutVal.applicantName}}
-
-
+
+
被申请人姓名:
@@ -102,14 +102,14 @@
width: 100%;
display: flex;
height: 50rpx;
-
.lable {
width: 30%;
}
.main {
width: 60%;
- }
+ }
+
}
.btn{
margin-top: 20rpx;
diff --git a/pages/handlecase/component/uploadEvidence.vue b/pages/handlecase/component/uploadEvidence.vue
index fb0cbda..49a2d67 100644
--- a/pages/handlecase/component/uploadEvidence.vue
+++ b/pages/handlecase/component/uploadEvidence.vue
@@ -444,10 +444,17 @@
title: '提交成功',
icon: 'none',
duration: 1000
- })
- uni.navigateTo({
- url: '/pages/handlecase/index'
- })
+ })
+
+ uni.navigateBack({
+ delta:1
+ })
+ // uni.$tab.redirectTo({
+ // url: '/pages/handlecase/index'
+ // })
+ // uni.navigateTo({
+ // url: '/pages/handlecase/index'
+ // })
})
},
submitImg() {
diff --git a/pages/handlecase/index.vue b/pages/handlecase/index.vue
index bc25bc8..22282c3 100644
--- a/pages/handlecase/index.vue
+++ b/pages/handlecase/index.vue
@@ -25,13 +25,17 @@
pageSize: 10,
}
- },
-
+ },
methods: {
getList(parms) {
respondentList(parms).then(res => {
// this.caseList = res.rows;
- this.caseList = res.data;
+ if(res.data){
+ this.caseList = res.data;
+ }else{
+ this.caseList = []
+ }
+
this.caseList.forEach(item => {
switch (item.caseStatus) {
case 0:
@@ -102,15 +106,24 @@
obj.pageNum = obj.pageNum + 1
this.getList(obj)
}
- },
- onLoad() {
- let obj = {
- pageNum: this.pageNum,
+ },
+ onShow() {
+ let obj = {
+ pageNum: this.pageNum,
pageSize: this.pageSize,
- caseStatus:4
- }
- this.getList(obj)
- }
+ caseStatus:4
+ }
+ this.getList(obj)
+ },
+ // onLoad() {
+ // let obj = {
+ // pageNum: this.pageNum,
+ // pageSize: this.pageSize,
+ // caseStatus:4
+ // }
+ // this.getList(obj)
+ // }
+
}
diff --git a/pages/im/component/imList.vue b/pages/im/component/imList.vue
index 4bb2032..dd858a9 100644
--- a/pages/im/component/imList.vue
+++ b/pages/im/component/imList.vue
@@ -16,7 +16,7 @@
{{defalutVal.applicantName}}
-
+
被申请人姓名:
@@ -87,7 +87,6 @@
width: 100%;
display: flex;
height: 50rpx;
-
.lable {
width: 30%;
}