qingyiay
2023-04-14 0becab45282781f281ad5aa04202b83039ab275e
pages/freight-forwarder-page/freightForwarder-my/freightForwarder-my.vue
@@ -34,7 +34,10 @@
            <view class="addCarButton"><u-button text="添加" type="primary" @click="addNewGroupClick"></u-button></view>
         </u-popup>
      </view>
      <view class="statistics"><u-button text="发运统计" type="primary" @click="statistics"></u-button></view>
      <view class="utils"><u-button text="退出登录" type="primary" @click="logout"></u-button></view>
      <!-- 删除车队模态框 -->
      <view class="deleteFleetModal">
         <u-modal
@@ -167,12 +170,22 @@
      },
      logoutCancel() {
         this.logoutShow = false;
      },
      // 跳转发运统计页面
      statistics() {
         uni.navigateTo({
            url: '/pages/customer-page/customer-my/faYunstatistics/faYunstatistics'
         });
      }
   }
};
</script>
<style lang="scss" scoped>
.statistics {
   margin-top: vww(10);
   margin-bottom: vww(10);
}
::v-deep.freightForwarder-my {
   width: 94%;
   margin: 0 auto;