Commit e558585f by sikang

update fake

parent 4b78b3f5
......@@ -120,7 +120,7 @@ public class ReviewHookActivity extends BaseActivity {
productList = new ArrayList<>();
int len = new Random().nextInt(5) + 1;
for (int i = 1; i < len + 1; i++) {
for (int i = 0; i < len + 1; i++) {
productList.add(new ProductBean(i));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment