lmw
2024-05-28 524abed53193c67683a363ce0f12fe4aa98323a0
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" -> {