- <nav type="back" background-color="{{activeColor}}" title="民宿" frontColor="#ffffff" />
- <van-search shape="round" background="{{activeColor}}" type="text" placeholder="请输入" model:value="{{searchVal}}" bind:search="search" use-action-slot bind:clear="searchClear">
- <view slot="action" bind:tap="search" style="color: #ffffff;">搜索</view>
- </van-search>
- <van-tabs active="{{active}}" id="tabs" bind:change="tabChange" color="{{activeColor}}" nav-class="tab_title">
- <van-tab title="推荐" name="recommend" >
- </van-tab>
- <van-tab title="价格" name="price">
- </van-tab>
- </van-tabs>
- <scroll-view style="height:calc(100vh - {{stickytop+ 98}}px);" scroll-y="{{true}}" bindscrolltolower="loadMore">
- <shop-list list="{{hotels}}" bind:toDetail="details"></shop-list>
- </scroll-view>
|