pages/customer-page/customer-my/customer-my.vue
@@ -182,7 +182,7 @@ this.$u.toast('添加成功'); this.getFleet(); } else { this.$u.toast(res.data ? res.data : '添加失败'); this.$u.toast(res.msg ? res.msg : '添加失败'); } }); this.updateGroupShow = false; @@ -247,6 +247,8 @@ console.log('删除车队', res); if (res.code == 0) { this.$u.toast('删除成功'); } else { this.$u.toast(res.msg ? res.msg : '删除失败'); } uni.hideLoading(); this.getFleet();