qingyiay
2023-04-06 3419e3866b16f4b4ace7e89ea50c74dc0983da9a
pages/driver-page/appointment/appointment.vue
@@ -98,9 +98,9 @@
               this.$u.toast('预约成功!');
               uni.navigateBack({
                  delta: 1
               })
               });
            } else {
               this.$u.toast(res.data ? res.data : '预约失败');
               this.$u.toast(res.msg ? res.msg : '预约失败');
            }
            setTimeout(() => {
               this.yuYueList();