mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 14:19:38 +08:00
26 lines
914 B
Plaintext
26 lines
914 B
Plaintext
<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> |