Browse Source

feat: 订单详情

2912631854@qq.com 3 months ago
parent
commit
09d57c32dd
1 changed files with 3 additions and 2 deletions
  1. 3 2
      pages/house/orderInfo.vue

+ 3 - 2
pages/house/orderInfo.vue

@@ -7,7 +7,7 @@
 				<text class="dtitle" style="margin-right: 50rpx;">{{orderInfo.guestName}}</text>
 				<text class="dtitle" style="margin-right: 20rpx;">{{orderInfo.guestPhoneCopy}}</text>
 				<image class="callphone"
-					src="https://i.ringzle.com/file/20240605/20affd94bb514035b654823fefcaba2e.png"
+					src="https://fsy.shengsi.gov.cn/file/20240710/efea82ea5afd4d719ba1d3f1c6bab998.png"
 					@click="callPhone(orderInfo.guestPhone)"></image>
 			</view>
 			<!-- 房间信息  -->
@@ -35,7 +35,8 @@
 				<view class="house-person">
 					<text style="font-size: 30rpx; color: #777;">入住儿童数量</text>
 					<view class="right">
-						<text style="font-size: 30rpx;font-weight: bold; color: #111; ">{{orderInfo.childCheckinNums||0}}人
+						<text
+							style="font-size: 30rpx;font-weight: bold; color: #111; ">{{orderInfo.childCheckinNums||0}}人
 						</text>
 					</view>
 				</view>