修改列表样式,页面跳转bug
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
{{defalutVal.applicantName}}
|
{{defalutVal.applicantName}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="listItem">
|
<view class="listItem" style="margin-top:22rpx">
|
||||||
<view class="lable">
|
<view class="lable">
|
||||||
被申请人姓名:
|
被申请人姓名:
|
||||||
</view>
|
</view>
|
||||||
@@ -79,7 +79,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
|
|
||||||
.lable {
|
.lable {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
{{defalutVal.applicantName}}
|
{{defalutVal.applicantName}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="listItem">
|
<view class="listItem" style="margin-top:22rpx">
|
||||||
<view class="lable">
|
<view class="lable" >
|
||||||
被申请人姓名:
|
被申请人姓名:
|
||||||
</view>
|
</view>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
@@ -102,7 +102,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
|
|
||||||
.lable {
|
.lable {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
@@ -110,6 +109,7 @@
|
|||||||
.main {
|
.main {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.btn{
|
.btn{
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
|
|||||||
@@ -445,9 +445,16 @@
|
|||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration: 1000
|
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() {
|
submitImg() {
|
||||||
|
|||||||
@@ -26,12 +26,16 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
getList(parms) {
|
getList(parms) {
|
||||||
respondentList(parms).then(res => {
|
respondentList(parms).then(res => {
|
||||||
// this.caseList = res.rows;
|
// this.caseList = res.rows;
|
||||||
|
if(res.data){
|
||||||
this.caseList = res.data;
|
this.caseList = res.data;
|
||||||
|
}else{
|
||||||
|
this.caseList = []
|
||||||
|
}
|
||||||
|
|
||||||
this.caseList.forEach(item => {
|
this.caseList.forEach(item => {
|
||||||
switch (item.caseStatus) {
|
switch (item.caseStatus) {
|
||||||
case 0:
|
case 0:
|
||||||
@@ -103,14 +107,23 @@
|
|||||||
this.getList(obj)
|
this.getList(obj)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onShow() {
|
||||||
let obj = {
|
let obj = {
|
||||||
pageNum: this.pageNum,
|
pageNum: this.pageNum,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
caseStatus:4
|
caseStatus:4
|
||||||
}
|
}
|
||||||
this.getList(obj)
|
this.getList(obj)
|
||||||
}
|
},
|
||||||
|
// onLoad() {
|
||||||
|
// let obj = {
|
||||||
|
// pageNum: this.pageNum,
|
||||||
|
// pageSize: this.pageSize,
|
||||||
|
// caseStatus:4
|
||||||
|
// }
|
||||||
|
// this.getList(obj)
|
||||||
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
{{defalutVal.applicantName}}
|
{{defalutVal.applicantName}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="listItem">
|
<view class="listItem" style="margin-top:22rpx">
|
||||||
<view class="lable">
|
<view class="lable">
|
||||||
被申请人姓名:
|
被申请人姓名:
|
||||||
</view>
|
</view>
|
||||||
@@ -87,7 +87,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
|
|
||||||
.lable {
|
.lable {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user