7f816d2b by zhangmeng

官网

1 parent 703b84e5
......@@ -99,6 +99,9 @@
</div>
</div>
<div v-if="list.length>0||groupList.length>0" class="text-center">
下滑查看更多
</div>
</el-dialog>
</template>
......
......@@ -134,8 +134,11 @@
</div>
</div>
</div>
</div>
<div v-if="list.length>0||showGroupList.length>0||teamlist.length>0||groupList.length>0" class="text-center">
{{
language == 0 ? '下滑查看更多' : 'Scroll down to view more'
}}
</div>
</el-dialog>
</template>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!