mirror of
				https://github.com/568071718/creator-collection-view
				synced 2025-11-03 21:05:28 +00:00 
			
		
		
		
	修复描述错误
This commit is contained in:
		@@ -105,7 +105,7 @@ this.listComp.numberOfItems = (section, collectionView) => {
 | 
				
			|||||||
        return 10 // 第 1 个区返回 10 条数据
 | 
					        return 10 // 第 1 个区返回 10 条数据
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    if (section == 1) {
 | 
					    if (section == 1) {
 | 
				
			||||||
        return 20 // 第 2 个区返回 10 条数据
 | 
					        return 20 // 第 2 个区返回 20 条数据
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    return 0 // 默认情况  
 | 
					    return 0 // 默认情况  
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user