index.wxml 645 B

12345678910
  1. <nav type="back" background-color="#46a9a4" title="房型管理" />
  2. <view class="page-section">
  3. <view class="add-customer" bind:tap="addRoom">
  4. <van-icon class="add-icon" name="https://file-cloud.fmode.cn/sHNeVwSaAg/20220418/qn1d5i021341.png?imageView2/1/w/200/h/200" color="#3d88ff" />
  5. <text class="text" style="color:#3d88ff;">添加房型</text>
  6. </view>
  7. </view>
  8. <scroll-view scroll-y="true" style="height:calc(100% - {{navigationBarHeight}}rpx);" bindscrolltolower="loadMore">
  9. <goods-list list="{{rooms}}" mode="horizontal" navigateBtn="编辑详情" btnModel="plain" bind:btnTap="edit"></goods-list>
  10. </scroll-view>