chore: fix prompt

This commit is contained in:
JustSong 2025-02-01 00:27:05 +08:00
parent 93fdb60de5
commit 0df6d7a131

View File

@ -20,7 +20,7 @@ const TopUp = () => {
const topUp = async () => { const topUp = async () => {
if (redemptionCode === '') { if (redemptionCode === '') {
showInfo('请输入充值码!'); showInfo('请输入兑换码!');
return; return;
} }
setIsSubmitting(true); setIsSubmitting(true);