7f816d2b by zhangmeng

官网

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