pages/driver-page/appointment/appointment.vue
@@ -124,7 +124,7 @@ }) }, 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") : '预约失败'); } }) },