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