lmw
2024-06-18 1f45a54dc8e149548d3a61d1228741627aa4f23e
app/src/main/java/com/dollearn/student/ui/shop/ExchangeActivity.kt
@@ -96,11 +96,11 @@
            tv_goods_count.text = "1"
            tv_total_score.text = good.integral.toString()
            tv_score.text = good.integral.toString()
            if (recipient.id.isNullOrEmpty()){
            if (recipient?.id.isNullOrEmpty()){
                tv_empty.visible()
            }else{
                tv_address.text = recipient.province+recipient.city+recipient.address
                tv_user.text = "%s | %s".format(recipient.recipient,recipient.recipientPhone)
                tv_address.text = recipient?.province+recipient?.city+recipient?.address
                tv_user.text = "%s | %s".format(recipient?.recipient,recipient?.recipientPhone)
            }
        }
    }