mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 05:29:37 +08:00
13 lines
568 B
Plaintext
13 lines
568 B
Plaintext
<view class="containerView public">
|
|
<view class="roomContainer">
|
|
<view class="roomItem" wx:for="{{roomList}}" data-obj="{{item}}" bind:tap="jumpRoom">
|
|
<view class="label">{{item.meetingName}}</view>
|
|
<view class="img" style="background: no-repeat center/cover url({{IMG_NAME + item.img}});"></view>
|
|
<view class="deviceNum">设备数:{{item.deviceNum}}</view>
|
|
<view class="sceneNum">场景数:{{item.panelNum}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 提示框 -->
|
|
<van-notify id="van-notify" /> |