From 071ff52a07177596d7c236dc47bb57d68c44bc57 Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Fri, 15 Jan 2021 23:30:05 +0800
Subject: [PATCH] 1

---
 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