From 7f594b32345b5547d73d92ab6995eb5c69f357b9 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 17 三月 2025 17:40:17 +0800 Subject: [PATCH] feat:注册车牌号校验修改 --- pages/driver-page/appointment/appointment.vue | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/pages/driver-page/appointment/appointment.vue b/pages/driver-page/appointment/appointment.vue index ffd69f3..46db2fe 100644 --- a/pages/driver-page/appointment/appointment.vue +++ b/pages/driver-page/appointment/appointment.vue @@ -74,6 +74,7 @@ this.yuYueListParams.filedId = params.filedId; this.yuYueListParams.deptId = params.deptId; this.yuYueListParams.sendDate = params.sendDate; + this.yuYueListParams.coalName = params.coalName; this.coalStatus = params.coalStatus; this.tmId = params.tmId }, @@ -123,7 +124,13 @@ }) }, 1500); } else { - this.$u.toast(res.msg ? res.msg : '棰勭害澶辫触'); + // this.$u.toast(res.msg ? res.msg.replaceAll('<br/>',"\n").replaceAll(/\n/g, "\n").replaceAll(/\r/g, "\r") : '棰勭害澶辫触'); + uni.showModal({ + title: "鎻愮ず", + content: res.msg || '棰勭害澶辫触', + confirmText: "纭畾", + showCancel: false, + }) } }) }, -- Gitblit v1.9.1