chore: fix prompt
This commit is contained in:
parent
93fdb60de5
commit
0df6d7a131
@ -20,7 +20,7 @@ const TopUp = () => {
|
|||||||
|
|
||||||
const topUp = async () => {
|
const topUp = async () => {
|
||||||
if (redemptionCode === '') {
|
if (redemptionCode === '') {
|
||||||
showInfo('请输入充值码!');
|
showInfo('请输入兑换码!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setIsSubmitting(true);
|
setIsSubmitting(true);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user