mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 00:49:37 +08:00
13 lines
548 B
Plaintext
13 lines
548 B
Plaintext
![]() |
<view class="containerView public">
|
|||
|
<view class="roomContainer">
|
|||
|
<view class="roomItem" wx:for="{{10}}" data-obj="{{item}}" bind:tap="jumpRoom">
|
|||
|
<view class="label">会议室</view>
|
|||
|
<view class="img" style="background: no-repeat center/cover url({{IMG_NAME + '/profile/static/index/menu-ztyy.png'}});"></view>
|
|||
|
<view class="deviceNum">设备数:10</view>
|
|||
|
<view class="sceneNum">场景数:3</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
|
|||
|
<!-- 提示框 -->
|
|||
|
<van-notify id="van-notify" />
|