[문자온_개선] 마이페이지 > 회원정보 변경 > 기본정보 완료
This commit is contained in:
parent
608894d5e1
commit
a8e58ebcf9
@ -326,10 +326,10 @@ function updateUserInfo(){
|
||||
<div class="input_right">
|
||||
<div class="email">
|
||||
<label for="" class="label">이메일 주소 앞자리</label>
|
||||
<input type="text" class="list_inputType1" id="emailId" value="${fn:substringBefore(userInfo.mberEmailAdres, '@') }" maxlength="50">
|
||||
<input type="text" class="list_inputType1" maxlength="30" id="emailId" value="${fn:substringBefore(userInfo.mberEmailAdres, '@') }" maxlength="50">
|
||||
<span>@</span>
|
||||
<label for="" class="label">이메일 주소 뒷자리</label>
|
||||
<input type="text" class="list_inputType1" id="emailAdd" value="${fn:substringAfter(userInfo.mberEmailAdres, '@') }">
|
||||
<input type="text" class="list_inputType1" maxlength="15" id="emailAdd" value="${fn:substringAfter(userInfo.mberEmailAdres, '@') }">
|
||||
</div>
|
||||
<div class="email_select">
|
||||
<label for="selectEmail" class="label">이메일 선택</label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user