lmw
2024-06-13 1128afd3a9e45d09d8c345d2ed901a1e585a4393
app/src/main/java/com/future/driver/ui/main/GetOrderFragment.kt
@@ -117,7 +117,7 @@
            if (!data.remark.isNullOrEmpty()) {
                tv_remark.text = data.remark
            }
            if (orderType == "1") {
            if (orderType == "1"||orderType == "7") {
                tv_money.gone()
            }
            if (orderType == "5" || orderType == "4") {
@@ -204,7 +204,7 @@
                "2" -> {
                    this.startActivity<TripActivity>("orderId" to orderId, "orderType" to orderType)
                }
                "1" -> {
                "1","7" -> {
                    this.startActivity<TripActivity>("orderId" to orderId, "orderType" to orderType)
                }
                "3" -> {