pages/driver-page/delivery-my/delivery-my/delivery-my.vue
@@ -126,8 +126,8 @@ }, onLoad(params) { let that=this if (this.$Route.query.id) { this.id = this.$Route.query.id; if (params.id) { this.id = params.id } this.GetMyDelivery() uni.getStorage({ @@ -136,7 +136,6 @@ Object.assign(that.registerFormModel, res.data) } }); }, data() { return { @@ -234,7 +233,7 @@ }); if (res.code === 0) { uni.$u.toast('预约成功') this.GetMyDelivery() } else { uni.$u.toast(res.msg ? res.msg : '预约失败') }