This commit is contained in:
hyunho 2020-11-20 06:43:29 +00:00
parent a5523487dc
commit 66046b48fc
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ else
</li>
@*인증완료상태여도 재인증 가능*@
<li class="joinId">
<input type="text" id="mobile" class="int nocomma" name="mobile" maxlength="13" placeholder="휴대전화번호" value="@(Model.User.mobile)" )>
<input type="text" id="mobile" class="int nocomma" name="mobile" maxlength="13" placeholder="휴대전화번호" value="@(Model.User.mobile)" readonly="" style="background-color:#ddd;" )>
<a href="#" onclick="mobchk();">인증</a>
</li>
<li>