Commit e54f0634 authored by suntao's avatar suntao

 放款中 显示

parent 37b18528
...@@ -756,12 +756,7 @@ public class MoOrderServiceImpl implements OrderService{ ...@@ -756,12 +756,7 @@ public class MoOrderServiceImpl implements OrderService{
} }
tuple.setValue(buttonList); tuple.setValue(buttonList);
} else { } else {
OrderVo.OptButton buttonPaying = new OrderVo.OptButton();
buttonPaying.setAction(OrderVo.OptButtonAction.pay_ing.name());
buttonPaying.setName(OrderVo.OptButtonAction.pay_ing.getDesc());
buttonList.add(buttonPaying);
tuple.setKey("放款中"); tuple.setKey("放款中");
tuple.setValue(buttonList);
} }
return tuple; return tuple;
} }
......
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