yangan
2025-02-13 fc4c8b7e4f9d926a43903389afb21d5a09208f8e
pages/driver-page/appointment/appointment.vue
@@ -124,7 +124,13 @@
                     })
                  }, 1500);
               } else {
                  this.$u.toast(res.msg ? res.msg.replaceAll('<br/>',"\n").replaceAll(/\n/g, "\n").replaceAll(/\r/g, "\r") : '预约失败');
                  // 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,
                  })
               }
            })
         },