| 
					
				 | 
			
			
				@@ -480,9 +480,13 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <i style="font-style: normal">¥ </i> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <span>{moneyFormat(calcPrice.value.amount)}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <del class={styles.allPrice}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                ¥ {moneyFormat(calcPrice.value.originAmount)} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              </del> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              {calcPrice.value.originAmount > calcPrice.value.amount ? ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <del class={styles.allPrice}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  ¥ {moneyFormat(calcPrice.value.originAmount)} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </del> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              ) : ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              )} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               class={styles.paymentBtn} 
			 |