MrShi
2026-04-29 39131d006a588a264ec82109df146f29a99d8f6a
small-program/shop/pages/order-details/order-details.vue
@@ -37,8 +37,8 @@
                  <view class="addr-item-top">
                     <text>{{info.depositShopName || ''}}</text>
                  </view>
                  <text>{{info.depositShopAddress || ''}}  </text>
                  <view class='addr-link' style="top: 50rpx;">
                  <text style="width: 70%;">{{info.depositShopAddress || ''}}  </text>
                  <view class='addr-link' style="top: 0;">
                     <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>
@@ -88,7 +88,7 @@
                  <view class="addr-item-top">
                        <text class=" txt-d">司机:{{info.driverName || '战神'}} </text>
                  </view>
                  <view class='addr-link'>
                  <view class='addr-link' style="top: 0;">
                     <image style="margin-right: 10rpx;" @click="contactPhoneDo(info.driverPhone)" src="/static/icon/ic_call@2x.png" mode="widthFix"  ></image>
                     <text class=" txt-d1">联系司机</text>
                  </view>