qingyiay
2023-04-06 1ddeee845f9c7e4917d5c991820ed4d1baddfeae
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();