| | |
| | |
|
| | |
|
| | | // 奖励订单图片
|
| | | public final static String PIC_REWARD= "http://192.168.1.200/icon/jl.png";
|
| | | public final static String PIC_REWARD= "http://img.flqapp.com/resource/order/order_state_reward.png";
|
| | |
|
| | | // 免单状态图片
|
| | | public final static String PIC_FREE_ON = "http://192.168.1.200/icon/state1.png";
|
| | | public final static String PIC_FREE_FAIL = "http://192.168.1.200/icon/state2.png";
|
| | | public final static String PIC_FREE_SUCCEED = "http://192.168.1.200/icon/state3.png";
|
| | | public final static String PIC_FREE_ON = "http://img.flqapp.com/resource/order/order_state_freeing.png";
|
| | | public final static String PIC_FREE_FAIL = "http://img.flqapp.com/resource/order/order_state_free_fail.png";
|
| | | public final static String PIC_FREE_SUCCEED = "http://img.flqapp.com/resource/order/order_state_free_suc.png";
|
| | |
|
| | |
|
| | | @Override
|