소스 검색

bug fixes

plf 3 년 전
부모
커밋
dcb1b9036a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/main/webapp/WEB-INF/views/modules/order/cmPayShopForm.jsp

+ 2 - 1
src/main/webapp/WEB-INF/views/modules/order/cmPayShopForm.jsp

@@ -505,7 +505,8 @@
 	$('body').on('input propertychange','.used-amount',function() {
 		var thisEle = $(this),
 			thisVal = Number(thisEle.val()),
-			totalAmount = Number($('#totalAmount').text()),
+			//totalAmount = Number($('#totalAmount').text()),
+			totalAmount = ${cmPayShop.totalAmount},
 			rebateAmount = Number($('#rebateAmount-hidden').val()),
 			ableRebateAmount = Number($('#ableRebateAmount-hidden').val());