lifanagju_citu 11 月之前
父节点
当前提交
2ab411f205
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/personal/myPublicRecruitment/components/bountyDisplay.vue

+ 1 - 1
src/views/personal/myPublicRecruitment/components/bountyDisplay.vue

@@ -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),