qingyiay
2023-08-03 1dcbea6b70505d7dff0398e50b1ddc286d9b6fe3
pages/driver-page/appointment/appointment.vue
@@ -120,7 +120,7 @@
            if (res.code == 0) {
               this.$u.toast('入场申请成功');
            } else {
               this.$u.toast('入场申请失败,请稍后重试');
               this.$u.toast(res.msg ? res.msg : '入场申请失败,请稍后重试');
            }
         });
      }