修改测试问题,新增直播列表页面的神龙送财的图标

This commit is contained in:
18401019693
2024-03-20 15:19:53 +08:00
parent 4fabf3aba3
commit 0317b339f8
9 changed files with 40 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ public class DragonSendsMoneyPopup extends CenterPopupView {
String dragonMoney = dragon_money.getText().toString().trim();
if (!TextUtils.isEmpty(dragonMoney)) {
long money = Long.parseLong(dragonMoney);
if (goldMoney > money) {
if (goldMoney >= money) {
if (money >= 1000) {
LiveNetManager.get(getContext())
.sendMoneyLong(mLiveUid, String.valueOf(money), new com.yunbao.common.http.base.HttpCallback<String>() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 44 KiB