MrShi
2026-04-28 f422860fe7e521f4d252e5d77621d92d7f8dfe61
small-program/pages/delivery-order-detail/delivery-order-detail.vue
@@ -39,7 +39,7 @@
                     <text>{{info.depositShopName || ''}}</text>
                     <image src="/static/icon/ar_jicundian@2x.png" mode="widthFix"></image>
                  </view>
                  <text>{{info.takeUser || ''}} {{info.takePhone || ''}}</text>
                  <text>{{info.depositShopAddress || ''}} </text>
               </view>
               <view class="addr-item" v-if="info.type === 1">
                  <view class="ji bg1">收</view>
@@ -47,14 +47,13 @@
                     <text>{{info.takeShopName || info.takeLocation || ''}}</text>
                     <image src="/static/icon/ar_jicundian@2x.png" mode="widthFix"></image>
                  </view>
                  <text>{{info.takeUser || ''}} {{info.takePhone || ''}}</text>
                  <text>{{info.takeShopAddress || ''}}</text>
               </view>
            </view>
            <view class="item-qrcode" v-if=" (info.type ===0 && info.status >=1 &&info.status <7) || (info.type ===1 && (info.status ===1 || (info.takeShopId && info.status ===5)))">
               <!-- <image src="/static/image/btn_upload@2x.png" mode="widthFix"></image> -->
               <view style="width: 360rpx; height: 360rpx;">
                  <canvas canvas-id="qrcodeCanvas" id="qrcodeCanvas" style="width: 180px; height: 180px;"></canvas>
                  <!-- <image :src="qrcodeImage" mode="widthFix"></image> -->
               </view>
               <text>{{info.memberVerifyCode || ''}}</text>
               <text @tap="copyCode(info.memberVerifyCode||'')">核销码</text>
@@ -62,6 +61,14 @@
            <view class="item-x"></view>
            <view class="item-list">
               <view class="item-list-row">
                  <view class="item-form-label">收件人</view>
                  <view class="item-form-val">{{info.takeUser || ''}}</view>
               </view>
               <view class="item-list-row">
                  <view class="item-form-label">收件人电话</view>
                  <view class="item-form-val">{{info.takePhone || ''}}</view>
               </view>
               <view class="item-list-row">
                  <view class="item-form-label">预计到店时间</view>
                  <view class="item-form-val">{{info.expectedDepositTime || ''}}</view>
               </view>