Explorar el Código

车牌效验不通过时增加提示

master
bjfight hace 2 meses
padre
commit
31892ab759
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      subpackage/orders/essential-information.vue

+ 3
- 0
subpackage/orders/essential-information.vue Ver fichero

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) => {

Cargando…
Cancelar
Guardar