| | |
| | | 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) |
| | | } |
| | | } |
| | | } |