From 39131d006a588a264ec82109df146f29a99d8f6a Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 29 四月 2026 15:10:31 +0800
Subject: [PATCH] 小程序改bug

---
 small-program/shop/pages/order-details/order-details.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/small-program/shop/pages/order-details/order-details.vue b/small-program/shop/pages/order-details/order-details.vue
index 1e92830..6b696dd 100644
--- a/small-program/shop/pages/order-details/order-details.vue
+++ b/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>

--
Gitblit v1.9.3