123456789101112131415161718 |
- <template>
- <view>
- <u-navbar height="80rpx" title="拣货任务" bgColor="transparent" autoBack>
- <!-- <view class="u-nav-slot btn-left" slot="left" @click="meunClick">
- <image src="@/static/image/home/bulletpoint.png" mode=""></image>
- </view> -->
- <!-- <view class="u-nav-slot btn-right" slot="right">
- <image src="@/static/image/home/notice-icon.png" mode=""></image>
- </view> -->
- </u-navbar>
- </view>
- </template>
- <script>
- </script>
- <style>
- </style>
|