|
|
@@ -499,6 +499,8 @@ class LiveGiftVIewDialog(
|
|
|
val total = (price ?: BigDecimal(0)).multiply(BigDecimal(sendGiftCount))
|
|
|
if (selectGift.extraType == 1) {
|
|
|
tvGiftIntroduce.text = "对方可获得${total}糖豆,冲上热一"
|
|
|
+ }if (selectGift.extraType == 7) {
|
|
|
+ tvGiftIntroduce.text = "对方可以根据不同档位福袋获得随机糖豆"
|
|
|
} else if (selectGift.giftType == GiftType.NORMAL_GIFT.type || selectGift.giftType == GiftType.GIFT_SMALL.type) {
|
|
|
tvGiftIntroduce.text = "对方可获得${total}糖豆"
|
|
|
} else if (selectGift.giftType == GiftType.BIG_GIFT.type || selectGift.giftType == GiftType.LUXURY_GIFT.type) {
|