判断
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
|
||||
<div class="friends_box">
|
||||
<div id="friends" v-if="friendsData"></div>
|
||||
<div id="friends" v-if="friendsData.length > 0"></div>
|
||||
<AiEmpty style="padding-top: 10px;" description="暂无数据" v-else></AiEmpty>
|
||||
</div>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
|
||||
<div class="groups_box">
|
||||
<div id="groups" v-if="groupsData"></div>
|
||||
<div id="groups" v-if="groupsData.length > 0"></div>
|
||||
<AiEmpty style="padding-top: 10px;" description="暂无数据" v-else></AiEmpty>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user