|
@@ -216,10 +216,10 @@ class _PageState extends State<AchievementPage> {
|
|
|
shrinkWrap: true,
|
|
|
physics: NeverScrollableScrollPhysics(),
|
|
|
crossAxisCount: 3,
|
|
|
- itemCount: widget.data.getAchievementList.length * 2,
|
|
|
+ itemCount: widget.data.getAchievementList.length,
|
|
|
itemBuilder: (BuildContext context, int index) =>
|
|
|
achievementWidget(context,
|
|
|
- widget.data.getAchievementList[index % 2],
|
|
|
+ widget.data.getAchievementList[index],
|
|
|
isRadius: false, w: 84, showCount: true),
|
|
|
mainAxisSpacing: 20.0,
|
|
|
crossAxisSpacing: 12.0,
|