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