lmw
2024-06-13 1128afd3a9e45d09d8c345d2ed901a1e585a4393
app/src/main/java/com/future/driver/ui/adapter/MainAdapter.kt
@@ -82,7 +82,7 @@
                    return@clickDelay
                }
                if(item.type ==1 || item.type ==2){ //订单类型(1=专车,2=出租车,3=城际,4=小件物流-同城,5=小件物流-跨城,6=包车)
                if(item.type ==1 || item.type ==2|| item.type ==7){ //订单类型(1=专车,2=出租车,3=城际,4=小件物流-同城,5=小件物流-跨城,6=包车)
                    when(item.state){
                        2,3,4,5 -> {
                            context.startActivity<TripActivity>("orderId" to item.id.toString() , "orderType" to item.type.toString())