task#15348,司机app样式

This commit is contained in:
2024-10-11 17:03:14 +08:00
parent 5c96f06916
commit a7f4018050
2 changed files with 3 additions and 3 deletions

View File

@ -97,8 +97,10 @@ export default {
})
this.pageList=res.data?.list;
if(res.assessState === 0){
// this.showPoup=false
this.isFinished=false
}else{
this.isFinished=true
}
if(this.pageList?.length === 0){
this.showEmpty = true

View File

@ -112,12 +112,10 @@ export default {
})
this.pageList=res.data?.list || [];
if(res.data.assessState == 0){
// this.showPoup=false
this.isFinished=false
}else {
this.isFinished=true //是否完成
}
console.log("res",res)
if(this.pageList?.length == 0){
this.showEmpty = true
}else {