1 |
- <view class="content"><scroll-view class="floor-list" style="height:100vh;" scroll-top="{{scrollTop}}" scroll-y="true" refresher-enabled="true" data-event-opts="{{[['scroll',[['scroll',['$event']]]],['scrolltoupper',[['upper',['$event']]]],['scrolltolower',[['lower',['$event']]]]]}}" bindscroll="__e" bindscrolltoupper="__e" bindscrolltolower="__e"><uni-nav-bar class="top" vue-id="8dd740cc-1" shadow="{{false}}" fixed="{{false}}" color="#333333" background-color="#FFFFFF" bind:__l="__l" vue-slots="{{['default','left','right']}}"><view style="width:70%;" slot="left"><view class="city"><view style="font-size:35rpx;">{{location}}</view></view></view><view class="input-view" style="float:right;"><uni-icon vue-id="{{('8dd740cc-2')+','+('8dd740cc-1')}}" size="22" type="scan" data-event-opts="{{[['^click',[['scan']]]]}}" bind:click="__e" bind:__l="__l"></uni-icon></view><view slot="right"><view><uni-icon vue-id="{{('8dd740cc-3')+','+('8dd740cc-1')}}" size="22" type="chat" bind:__l="__l"></uni-icon></view></view></uni-nav-bar><view class="searchType" style="background:#fff;"><view class="input-view"><uni-icon vue-id="8dd740cc-4" type="search" size="22" color="#666666" bind:__l="__l"></uni-icon><input class="input" confirm-type="search" type="text" placeholder="输入搜索关键词" data-event-opts="{{[['confirm',[['confirm',['$event']]]]]}}" bindconfirm="__e"/></view></view><view data-event-opts="{{[['tap',[['shopDetail',['$event']]]]]}}" class="scrollswiper" bindtap="__e"><swiper class="swiper" indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}"><swiper-item><view class="swiper-item uni-bg-red">A</view></swiper-item><swiper-item><view class="swiper-item uni-bg-green">B</view></swiper-item><swiper-item><view class="swiper-item uni-bg-blue">C</view></swiper-item></swiper></view><view class="tips">在附近酒店找到您入住的酒店</view><view style="border-bottom:2rpx solid #EEEEEE;width:100%;margin-bottom:24rpx 0;"></view><view data-event-opts="{{[['tap',[['openinfo',['$event']]]]]}}" bindtap="__e"><view class="hotelList"><view class="hotleLeft"><image style="width:214rpx;height:152rpx;" src></image></view><view class="hotelright"><view style="font-size:36rpx;color:#303133;">华南城市酒店</view><view style="display:flex;flex-direction:row;justify-content:space-between;align-items:center;"><view style="font-size:40rpx;color:#303133;">0.0</view><view>月访客990</view><view>8km</view></view><view class="undertip"><view class="tipsTop">有停车为</view><view class="tipsTop">内置酒店</view></view></view></view></view></scroll-view></view>
|