SelfRidicule 2176518eb7 1
2024-08-21 18:36:55 +08:00

13 lines
548 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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" />