13 lines
548 B
Plaintext
Raw Normal View History

2024-08-21 18:36:55 +08:00
<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" />