| | |
| | | tv_name.textColor(this, R.color.black) |
| | | tv_car_num.textColor(this, R.color.black) |
| | | tv_phone.textColor(this, R.color.black) |
| | | tv_phone.setDrawableNull() |
| | | tv_phone.setDrawableLeft(R.mipmap.car_phone_bkack) |
| | | tv_time.textColor(this, R.color.black) |
| | | tv_start_address.textColor(this, R.color.black) |
| | | tv_end_address.textColor(this, R.color.black) |
| | |
| | | tv_current_time.text = DateUtil.getTime( |
| | | DateUtil.TYPE7, |
| | | System.currentTimeMillis() |
| | | ) + "\n" + DateUtil.getWeek(System.currentTimeMillis()) |
| | | ) + DateUtil.getWeek(System.currentTimeMillis()) |
| | | } |
| | | } |
| | | |
| | |
| | | getAllMark(it) |
| | | when (it.data.orderState) { |
| | | 2, 3 -> { |
| | | toast("点亮网约") |
| | | clickBroad() |
| | | iv_to_gd.visible() |
| | | makeMarker?.isVisible = true |
| | |
| | | } |
| | | } |
| | | 4 -> { |
| | | toast("点亮网约") |
| | | clickBroad() |
| | | iv_to_gd.gone() |
| | | closeLine() |