瀏覽代碼

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

master
bjfight 2 月之前
父節點
當前提交
31892ab759
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      subpackage/orders/essential-information.vue

+ 3
- 0
subpackage/orders/essential-information.vue 查看文件

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

Loading…
取消
儲存