Explorar el Código

Merge branch 'master' of http://47.102.110.240:3000/yuxiangpei/jzmall_wx

zhangfufeng hace 2 semanas
padre
commit
2865e0d5c3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pages/ucenter/orderDetail/orderDetail.wxml

+ 2 - 2
pages/ucenter/orderDetail/orderDetail.wxml

@@ -92,7 +92,7 @@
           <text>预约时段:</text>{{item.bookTime}}
         </view>
 
-        <!-- <view class="several-people" wx:if="{{item.isMultiWorker}}">
+        <view class="several-people" wx:if="{{item.isMultiWorker}}">
           <view class="title-tips">
             <view class="image">
               <image src="https://jzmall.lifejingzhi.com/file/jzmall-dy/dr.png" mode="aspectFill"></image>
@@ -114,7 +114,7 @@
               {{iitem.bookTime}}
             </view>
           </view>
-        </view> -->
+        </view>