官网
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -100,7 +100,9 @@ | ... | @@ -100,7 +100,9 @@ |
| 100 | 100 | ||
| 101 | </div> | 101 | </div> |
| 102 | <div v-if="list.length>0||groupList.length>0" class="text-center"> | 102 | <div v-if="list.length>0||groupList.length>0" class="text-center"> |
| 103 | 下滑查看更多 | 103 | {{ |
| 104 | language == 0 ? '下滑查看更多' : 'Scroll down to view more' | ||
| 105 | }} | ||
| 104 | </div> | 106 | </div> |
| 105 | </el-dialog> | 107 | </el-dialog> |
| 106 | </template> | 108 | </template> | ... | ... |
-
Please register or sign in to post a comment