index.wxml 352 B

123456789
  1. <!--nova-tourism/pages/homestay/homestay-order2/index.wxml-->
  2. <nav type="back" background-color="#ffffff" frontColor="#000000" title="{{roomList[0].shop.storeName}}" />
  3. <view class="all" style="height: {{contentHeight}}rpx;">
  4. <view class="timebox">
  5. <view class="time1">{{date}}</view>
  6. <view>{{count}}晚</view>
  7. </view>
  8. </view>