| 
					
				 | 
			
			
				@@ -1383,7 +1383,7 @@ const calcIptValue = (cb) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const checkUsdMinNumber = (isInTemplate) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let forbiddenText = ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    const { usdPrice, luckdropPostConfig } = currentCurrencyInfo.value; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    const { usdPrice, luckdropPostConfig = [] } = currentCurrencyInfo.value; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let currentLuckDropConfig = luckdropPostConfig.find(item => item.luckdropType === selectModeInfo.type); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if (baseFormData.rewardType === RewardType.money && currentLuckDropConfig?.usdLimitEnable === 1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const { amountValue, totalCount } = baseFormData; 
			 |