From 0556e2bfdf6e9424ef6ef12abe08fc9d7b44cf1b Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Sat, 16 Jan 2021 08:54:05 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-xcx

---
 pages/yuyue/yyInfo.wxml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/yuyue/yyInfo.wxml b/pages/yuyue/yyInfo.wxml
index f399473..cf4685a 100644
--- a/pages/yuyue/yyInfo.wxml
+++ b/pages/yuyue/yyInfo.wxml
@@ -25,7 +25,7 @@
       <text >预约到店时间</text>
     </view>
     <view class="info">{{serviceOrder.time}}</view>
-    <view  class="info-s">服务时长约{{serviceOrder.shopProduct.serviceTime}}分钟</view>
+    <view  class="info-s">服务时长约{{serviceOrder.shopProduct.timeLength}}分钟</view>
   </view>
 
  <view class="itemWrap">
@@ -33,7 +33,7 @@
       <text class="iconfont icondianpu"></text>
       <text >服务和技师</text>
     </view>
-    <view class="info">{{serviceOrder.shopProduct.title}}
+    <view class="info">{{serviceOrder.shopProduct.name}}
     <!-- <text class="price fr">¥{{serviceOrder.shopProduct.price}}</text> -->
     </view>
     <view  class="info-s">{{serviceOrder.staffInfo.staffName}}</view>

--
Gitblit v1.9.1