qingyiay
2023-04-14 0becab45282781f281ad5aa04202b83039ab275e
pages/customer-page/customer-my/customer-my.vue
@@ -33,6 +33,7 @@
         </view>
      </view>
      <view class="statistics"><u-button text="发运统计" type="primary" @click="statistics"></u-button></view>
      <view class="logout"><u-button text="退出登录" type="primary" @click="logout()"></u-button></view>
      <!-- 新建车队弹出框 -->
@@ -274,12 +275,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.customer-my {
   width: 94%;
   margin: 0 auto;