修复首页数据第一遍不展示

This commit is contained in:
仲么了
2023-11-07 09:09:54 +08:00
parent 7e90d2b6e1
commit 69f28285c2
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
<!-- 主用户 -->
<ZhuYongHu :devCount="devCount" v-if="userInfo.authorities === 'app_vip_user'" />
<YouKe :devCount="devCount" v-if="userInfo.authorities === 'tourist'"></YouKe>
<template v-if="engineeringList.length">
<template v-show="engineeringList.length">
<view class="canneng-index-title mt20">设备列表</view>
<Device ref="device" :store="store" />
</template>