doum
2026-04-28 b40a03e6cbba769c752d6d8f3b8a8c9af2e50955
small-program/shop/pages/order-details/order-details.vue
@@ -28,7 +28,7 @@
                  <view class="addr-item-top">
                     <text>{{info.depositShopName || ''}}</text>
                  </view>
                  <text>{{info.takeUser || ''}}  </text>
                  <text>{{info.depositShopAddress || ''}}  </text>
                  <view class='addr-link' style="top: 50rpx;">
                     <image style="margin-right: 10rpx;" @click="contactPhoneDo(info.takePhone)" src="/static/icon/ic_call@2x.png" mode="widthFix"  ></image>
                     <text class=" txt-d1">联系客户</text>
@@ -39,16 +39,20 @@
                  <view class="addr-item-top">
                     <text>{{info.takeShopName || info.takeLocation || ''}}</text> 
                  </view>
                  <text>{{info.takeUser || ''}}  </text>
               <!--    <view class='addr-link' style="top: 50rpx;">
                     <image style="margin-right: 10rpx;" @click="contactPhoneDo(info.takePhone)" src="/static/icon/ic_call@2x.png" mode="widthFix"  ></image>
                     <text class=" txt-d1">联系客户</text>
                  </view> -->
                  <text>{{info.takeShopAddress || ''}}  </text>
               </view>
            </view>
            <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>