회원정보 수정 모달 오류 수정.

master
강석 최 2022-03-03 13:12:53 +09:00
parent 5a5777a164
commit 3c4096813a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ $(document).on('click', '.userInfoModalBtn', function (){
type: 'GET',
dataType:"html",
success: function(html){
$("#userInfoModalBody").append(html);
$("#userInfoModalBody").empty().append(html);
userInfoModal.show();
},
error:function(){