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