index.vue 472 B

123456789101112131415161718
  1. <template>
  2. <view>
  3. <u-navbar height="80rpx" title="拣货任务" bgColor="transparent" autoBack>
  4. <!-- <view class="u-nav-slot btn-left" slot="left" @click="meunClick">
  5. <image src="@/static/image/home/bulletpoint.png" mode=""></image>
  6. </view> -->
  7. <!-- <view class="u-nav-slot btn-right" slot="right">
  8. <image src="@/static/image/home/notice-icon.png" mode=""></image>
  9. </view> -->
  10. </u-navbar>
  11. </view>
  12. </template>
  13. <script>
  14. </script>
  15. <style>
  16. </style>