답변 2개
6년 전
자답합니다.
이해는 안가지만
shop.override.js 파일의
var opt_prc;
if(parseInt(price) >= 0)
opt_prc = "+"+number_format(String(price))+"원";
else
opt_prc = number_format(String(price))+"원";
에서
opt_prc = number_format(String(price))+"원";
가
opt_prc = +number_format(String(price))+"원";
로 되어 있었네요 ㅠ.ㅠ
어떻게 +가 붙어있었을까요?
열어보지도 않은 파일인데...
ㅠ.ㅠ
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인