yangan
2025-01-22 a79e6ae6d20c60f813234c94461a305101e15c92
pages/driver-page/driver-index/driver-index.vue
@@ -162,6 +162,11 @@
                     </view>
                     <view class="fifth-line">
                        <view class="button-img"
                             v-if="$store.state.pvcIdList.includes(item.productId)"
                           @click.stop="PvcpinDan(item)">拼单</view>
                        <view class="button-img"
                           @click.stop="toAppointmentClick(item)">立即预约</view>
                        <view class="button-img"
                            v-if="item.isDanger === 1 && !item.idCardEscort"
                           @click.stop="cancelCerifCate(item)">
                           剧毒通行证
@@ -170,8 +175,6 @@
                           @click.stop="cancelAppoint(item)">
                           请求退单
                        </view>
                        <view class="button-img"
                           @click.stop="toAppointmentClick(item)">立即预约</view>
                     </view>
                  </view>
               </view>
@@ -285,6 +288,9 @@
                        </view>
                     </view>
                     <view class="fourth-line">
                        <view class="button-img"
                             v-if="$store.state.pvcIdList.includes(item.productId)  "
                           @click.stop="PvcpinDan(item)">拼单</view>
                           <view class="button-img"
                           v-if="item.isDanger === 1"
                              @click.stop="cancelCerifCate(item)">
@@ -862,6 +868,13 @@
            this.isFirstShow  = false;
            console.log(this.jiedanObj,'jiedan')
            this.qiangDanBtn(this.jiedanObj)
         },
         //pvc拼单
         PvcpinDan(item){
            uni.navigateTo({
               url: `/subPages/pvcSplicePage/index?item=${JSON.stringify(item)  }`
            })
         }
    }