| | |
| | | public void showOrder(String orderId, String orderType, int time, int type,String audio) { |
| | | // MyApplication.Companion.getTTsManager().setVideoText("咸宁95128约车司机,有一条新的订单"); |
| | | Intent intent; |
| | | if (audio.isEmpty()) |
| | | intent = new Intent(this, GetOrderFragment.class); |
| | | else{ |
| | | if (audio.isEmpty()){ |
| | | if (orderType.equals("3")) |
| | | intent = new Intent(this, GetCityFragment.class); |
| | | else |
| | | intent = new Intent(this, GetOrderFragment.class); |
| | | } else{ |
| | | intent = new Intent(this, VoiceOrderFragment.class); |
| | | intent.putExtra("audio", audio); |
| | | } |