requestNew(plateCheck, options).then((res) => { | requestNew(plateCheck, options).then((res) => { | ||||
if (res.result == 4) { | if (res.result == 4) { | ||||
nextAddress() | nextAddress() | ||||
} else { | |||||
msg(res.info); | |||||
} | } | ||||
}); | }); | ||||
} | } | ||||
onLoad((option : any) => { | onLoad((option : any) => { |