@@ -58,7 +58,7 @@ const avatarList = [
'https://img1.baidu.com/it/u=3995643348,1848098846&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=800',
]
const listSource = []
-for (let index = 0; index < 2; index++) {
+for (let index = 0; index < 68; index++) {
const obj = {
id: 'id' + (index+1),
name: '用户' + (index+1),