-
zhangwei
2025-03-12 98494fda33f6dd116ef3ce641b32937b7d83b4c1
src/pages/mine/index.vue
@@ -112,7 +112,7 @@
                     预约送货
                  </view>
               </view>
               <view class="tool_item" @click="toDelivergoods('reservation')" v-if="isDriver">
               <view class="tool_item" @click="toDelivergoods('reservation')" v-if="isDeliverManage">
                  <image src="@/static/image/drivershouli.png" mode="aspectFit" class="item_img"></image>
                  <view class="tool_label">
                     送货受理
@@ -134,6 +134,12 @@
                  <image src="@/static/image/feedback.png" mode="aspectFit" class="item_img"></image>
                  <view class="tool_label">
                     送货反馈
                  </view>
               </view>
               <view class="tool_item" @click="toDelivergoods('clockIn')" v-if="isDriver">
                  <image src="@/static/image/daka.png" mode="aspectFit" class="item_img"></image>
                  <view class="tool_label">
                     司机打卡
                  </view>
               </view>
            </view>
@@ -771,15 +777,16 @@
            display: flex;
            // justify-content: space-between;
            padding: 20rpx 0;
            flex-wrap: wrap;
            .tool_item {
               align-items: center;
               display: flex;
               flex-direction: column;
               height: 130rpx;
               height: 128rpx;
               justify-content: center;
               // margin: 0 50rpx 0 0;
               width: 130rpx;
               width: 128rpx;
               &:nth-child(4n) {
                  margin-right: 0;