qingyiay
2023-04-10 7406be32979e90a730b5a2ac8d392892f71835d2
pages/freight-forwarder-page/freightForwarder-my/freightForwarder-my.vue
@@ -146,6 +146,8 @@
            console.log('删除车队', res);
            if (res.code == 0) {
               this.$u.toast('删除成功');
            } else {
               this.$u.toast(res.msg ? res.msg : '删除失败');
            }
            uni.hideLoading();
            this.getFleet();
@@ -198,6 +200,7 @@
            .addCarButton {
               width: 40%;
               margin: 0 auto;
               color: rgb(10, 108, 255);
            }
         }
      }