26 lines
914 B
Plaintext
Raw Normal View History

2024-02-27 12:00:47 +08:00
<view class="containerView">
<!-- 轮播图 -->
<view class="swiperView">
<view class="tag">会议室</view>
<swiper class='swiper-box' indicator-dots autoplay interval="3000" duration="1000" circular='true'>
<swiper-item wx:for="{{bannerList}}" wx:key="index">
<image class="img" src="{{IMG_NAME + item.bg}}" mode="aspectFill"></image>
</swiper-item>
</swiper>
</view>
<!-- 详细信息 -->
<view class="meetingDetailView">
<view class="detailView">
<view class="title">10人间 | B2A | 12F</view>
<view class="itemList">
<view class="item" wx:for="{{12}}">#电视</view>
</view>
</view>
<view class="priceView">
<view class="price">¥ 200.00/</view>
<view class="unit">半小时 起</view>
</view>
</view>
</view>