|
|
|
|
@ -39,40 +39,12 @@
|
|
|
|
|
<view v-if="item.content" class="book-pic-item-info">
|
|
|
|
|
<view v-html="item.content"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view v-if="item.floor" class="book-pic-item-info">
|
|
|
|
|
<image style="width:20rpx;height:26rpx;margin-right:30rpx"
|
|
|
|
|
:src="base.imgHost('book-address.png')"></image>
|
|
|
|
|
<view class="book-pic-item-info-between">
|
|
|
|
|
<text>位</text>
|
|
|
|
|
<text>置:</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view>{{item.floor}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view v-if="item.start_time" class="book-pic-item-info">
|
|
|
|
|
<image style="width:24rpx;height:24rpx;margin-right:26rpx"
|
|
|
|
|
:src="base.imgHost('book-time.png')"></image>
|
|
|
|
|
<text></text>
|
|
|
|
|
<view class="book-pic-item-info-between">
|
|
|
|
|
<text>时</text>
|
|
|
|
|
<text>间:</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view>{{item.start_time}}-{{item.end_time}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view v-if="item.total" class="book-pic-item-info">
|
|
|
|
|
<image style="width:29rpx;height:21rpx;margin-right:21rpx"
|
|
|
|
|
:src="base.imgHost('book-people.png')"></image>
|
|
|
|
|
<view class="book-pic-item-info-between">
|
|
|
|
|
<text>容纳</text>
|
|
|
|
|
<text>人数:</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view>{{item.total}}</view>
|
|
|
|
|
</view> -->
|
|
|
|
|
</block>
|
|
|
|
|
<block v-else>
|
|
|
|
|
<swiper circular :indicator-dots="false" indicator-active-color="#b79373"
|
|
|
|
|
indicator-color="#fff" style="height:350rpx" :autoplay="false">
|
|
|
|
|
<swiper-item>
|
|
|
|
|
<image :src="base.imgHost('index_swiper.png')" />
|
|
|
|
|
<image :src="base.imgHost('index_swiper1.png')" />
|
|
|
|
|
</swiper-item>
|
|
|
|
|
</swiper>
|
|
|
|
|
<view class="book-pic-item-book">
|
|
|
|
|
@ -85,32 +57,6 @@
|
|
|
|
|
<view v-if="item.content" class="book-pic-item-info">
|
|
|
|
|
<view v-html="item.content"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view v-if="item.floor" class="book-pic-item-info">
|
|
|
|
|
<image style="width:20rpx;height:26rpx;margin-right:30rpx"
|
|
|
|
|
:src="base.imgHost('book-address.png')"></image>
|
|
|
|
|
<view class="book-pic-item-info-between">
|
|
|
|
|
<text>位</text>
|
|
|
|
|
<text>置:</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view>{{item.floor}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view v-if="item.start_time" class="book-pic-item-info">
|
|
|
|
|
<image style="width:24rpx;height:24rpx;margin-right:26rpx"
|
|
|
|
|
:src="base.imgHost('book-time.png')"></image>
|
|
|
|
|
<view class="book-pic-item-info-between">
|
|
|
|
|
<text>时</text>
|
|
|
|
|
<text>间:</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view>{{item.start_time}}-{{item.end_time}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view v-if="item.total" class="book-pic-item-info">
|
|
|
|
|
<image style="width:29rpx;height:21rpx;margin-right:21rpx"
|
|
|
|
|
:src="base.imgHost('book-people.png')"></image>
|
|
|
|
|
<view class="book-pic-item-info-between">
|
|
|
|
|
<text>容纳人数:</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view>{{item.total}}</view>
|
|
|
|
|
</view> -->
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|