mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 15:53:42 +08:00 
			
		
		
		
	chore: fix prompt
This commit is contained in:
		@@ -20,7 +20,7 @@ const TopUp = () => {
 | 
			
		||||
 | 
			
		||||
  const topUp = async () => {
 | 
			
		||||
    if (redemptionCode === '') {
 | 
			
		||||
      showInfo('请输入充值码!');
 | 
			
		||||
      showInfo('请输入兑换码!');
 | 
			
		||||
      return;
 | 
			
		||||
    }
 | 
			
		||||
    setIsSubmitting(true);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user