MM 礼品积分红包修改

This commit is contained in:
guozhen
2024-12-25 11:13:33 +08:00
committed by xuhuixiang
parent f896b16ffd
commit a8c7f975c5
5 changed files with 5 additions and 5 deletions

View File

@@ -341,7 +341,7 @@ public class ReceiveRedPacketActivity extends BaseActivity implements View.OnCli
viewBinding.toWalletTv.setText(getString(R.string.to_wallet_send_redpack_txt));
} else {
viewBinding.titleTipsTvuser.setText("1个红包" + String.format("%.2f", redpacketBean.getAmount() / 100f) + getTypeName());
viewBinding.toWalletTv.setText(getString(R.string.to_wallet_send_redpack_txt1));
viewBinding.toWalletTv.setText(getString(R.string.to_wallet_send_redpack_txt_lipin));
}
viewBinding.toWalletTv.setOnClickListener(new View.OnClickListener() {