浏览代码

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

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

正在加载...
取消
保存