2024-03-12 11:13:43 +08:00
|
|
|
<view class="containerView public">
|
|
|
|
|
|
|
|
<!-- 会议室列表 -->
|
|
|
|
<view class="meetingRoomView">
|
|
|
|
<view class="meetingRoomItem" bind:tap="jumpDetail" wx:for="{{dataList}}" wx:for-item="item" wx:key="*this" data-id="{{item.id}}">
|
|
|
|
<view class="content">
|
|
|
|
<view class="title">{{item.capacityNum}}人间 | {{item.roomName}} | {{item.buildingName}}</view>
|
|
|
|
<view class="propOpen"></view>
|
|
|
|
<view class="priceView">
|
|
|
|
<view class="price">¥免费</view>
|
|
|
|
<!-- <text decode> </text> -->
|
|
|
|
<!-- <view class="unit"> {{room.duration}}小时 起</view> -->
|
|
|
|
</view>
|
|
|
|
<view class="propOpen"></view>
|
|
|
|
</view>
|
|
|
|
<view class="imgView">
|
|
|
|
<view class="title">展厅</view>
|
2024-04-08 16:42:00 +08:00
|
|
|
<image class="img" src="{{IMG_NAME + item.indoorPicUrlFirst}}" mode="aspectFill" />
|
2024-03-12 11:13:43 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|