Commit 0cfa31ed by sikang

修改产品周期

parent 5feeebb8
...@@ -91,7 +91,7 @@ public class ReviewHookActivity extends BaseActivity { ...@@ -91,7 +91,7 @@ public class ReviewHookActivity extends BaseActivity {
productList = new ArrayList<>(); productList = new ArrayList<>();
int len = new Random().nextInt(5) + 1; int len = new Random().nextInt(5) + 1;
for (int i = 0; i < len; i++) { for (int i = 1; i < len+1; i++) {
productList.add(new ProductBean(i)); productList.add(new ProductBean(i));
} }
......
...@@ -237,7 +237,7 @@ public class ProductBean implements Serializable { ...@@ -237,7 +237,7 @@ public class ProductBean implements Serializable {
updateTime = ""; updateTime = "";
periodUnit = "D"; periodUnit = "D";
createTime = ""; createTime = "";
name = "Product " + (index + 1); name = "Product " + index;
withholdMethod = ""; withholdMethod = "";
certProgress = ""; certProgress = "";
choose = true; choose = true;
......
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