Merge branch 'test_dispaly' of https://git.code.tencent.com/lian-cbtc/jl-client into test_dispaly1
This commit is contained in:
commit
d7be2f8fa2
@ -47,8 +47,8 @@ class ValidateHandler {
|
||||
if (operate.userOperationType || stepOperation.userOperationType) {
|
||||
valid = (operate.userOperationType === stepOperation.userOperationType) && valid;
|
||||
}
|
||||
// debugger;
|
||||
if (stepOperation.val || operate.val) {
|
||||
if (stepOperation.val) {
|
||||
// || operate.val
|
||||
valid = ((operate.val).toString() === stepOperation.val.toString()) && valid;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user