This commit is contained in:
parent
a5523487dc
commit
66046b48fc
|
|
@ -75,7 +75,7 @@ else
|
||||||
</li>
|
</li>
|
||||||
@*인증완료상태여도 재인증 가능*@
|
@*인증완료상태여도 재인증 가능*@
|
||||||
<li class="joinId">
|
<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>
|
<a href="#" onclick="mobchk();">인증</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue