mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 18:59:36 +08:00
22 lines
1005 B
Plaintext
22 lines
1005 B
Plaintext
<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>
|
|
<image class="img" src="{{IMG_NAME + item.indoorPicUrlFirst}}" mode="aspectFill" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |