Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
This commit is contained in:
commit
ba77b1b052
@ -71,11 +71,9 @@ export function TrainConnect(trafficTrain,deviceaction,toptrain,routegroup,passe
|
||||
open:0,
|
||||
text:"",
|
||||
};
|
||||
if(data.body[i].num == "0"){
|
||||
train.text = data.body[i].code+"(无人)";
|
||||
}else{
|
||||
train.text = data.body[i].code+"(现有乘客"+data.body[i].num+"人)";
|
||||
}
|
||||
|
||||
train.text = data.body[i].code+"(现有乘客"+data.body[i].num+"人)";
|
||||
|
||||
trafficTrain.trainList[train.code] = train;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user