Commit 553cc70a authored by qipeng's avatar qipeng

人员显示

parent 95ef0397
...@@ -236,7 +236,13 @@ export default { ...@@ -236,7 +236,13 @@ export default {
this.orderInfo.orderTouristList.forEach((item)=>{ this.orderInfo.orderTouristList.forEach((item)=>{
item['checkType']=false item['checkType']=false
}) })
this.applyUserList =this.orderInfo.orderTouristList
this.applyUserList =[]
this.orderInfo.orderTouristList.forEach((item)=>{
if(item.visitorStatus==0||item.visitorStatus==4){
this.applyUserList.push(item)
}
})
}else{ }else{
uni.showToast({ uni.showToast({
title: res.message, title: res.message,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment