Selaa lähdekoodia

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

master
bjfight 2 kuukautta sitten
vanhempi
commit
31892ab759
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      subpackage/orders/essential-information.vue

+ 3
- 0
subpackage/orders/essential-information.vue Näytä tiedosto

@@ -223,7 +223,10 @@
requestNew(plateCheck, options).then((res) => {
if (res.result == 4) {
nextAddress()
} else {
msg(res.info);
}
});
}
onLoad((option : any) => {

Loading…
Peruuta
Tallenna