mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 00:49:37 +08:00
22 lines
935 B
Plaintext
22 lines
935 B
Plaintext
<view class="container">
|
|
<!-- 会议室列表 -->
|
|
<view class="meetingRoomView">
|
|
<view class="meetingRoomItem" bind:tap="jumpMeetingRoom" wx:for="{{6}}" wx:for-index="idx">
|
|
<view class="content">
|
|
<view class="title">10人间 | B2A | 12F</view>
|
|
<view class="articleView">
|
|
<view class="article" wx:for="{{3}}">#电视</view>
|
|
</view>
|
|
<view class="propOpen"></view>
|
|
<view class="priceView">
|
|
<view class="price">¥ 200.00/</view>
|
|
<view class="unit">半小时 起</view>
|
|
</view>
|
|
</view>
|
|
<view class="imgView">
|
|
<view class="title">会议室</view>
|
|
<image class="img" src="{{IMG_NAME + '/profile/static/index/banner/1.jpg'}}" mode="aspectFill" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |