Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
修改
  • Loading branch information
Haozi0456 authored May 2, 2017
1 parent deebb1f commit ed83c35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ HorizontalStepView stepHSView;

List<StepBean> stepsBeanList = new ArrayList<>();
StepBean stepBean0 = new StepBean("接单",1);

StepBean stepBean1 = new StepBean("打包",1);

StepBean stepBean2 = new StepBean("出发",1);

StepBean stepBean3 = new StepBean("送单",0);

StepBean stepBean4 = new StepBean("完成",-1);

stepsBeanList.add(stepBean0);
stepsBeanList.add(stepBean1);
stepsBeanList.add(stepBean2);
Expand Down Expand Up @@ -54,7 +59,7 @@ List<StepBean> stepsBeanList = new ArrayList<>();

list0.add(new StepBean("打包成功",1));

list0.add(new StepBean("配送员【包牙齿】已出发,联系电话【130-0000-0000】,感谢您的耐心等待,参加评价还能赢取好多礼物哦",0));
list0.add(new StepBean("配送员已出发,联系电话【130-0000-0000】,感谢您的耐心等待,参加评价还能赢取好多礼物哦",0));

list0.add(new StepBean("感谢你在京东购物,欢迎你下次光临!",-1));

Expand Down

0 comments on commit ed83c35

Please sign in to comment.