|
|
@@ -37,7 +37,7 @@
|
|
|
}
|
|
|
.userTel .modal-body .row.validate-code .col-md-8 .code-btn {
|
|
|
width: 37%;
|
|
|
- height: 30px;
|
|
|
+ height: 31px;
|
|
|
text-align: center;
|
|
|
line-height: 30px;
|
|
|
vertical-align: middle;
|
|
|
@@ -101,6 +101,7 @@
|
|
|
<label class="col-md-3 col-sm-3 col text-right">原手机号:</label>
|
|
|
<div class="col-md-8 col-sm-8 col"><input ng-model="user.userTel" class="form-control input-sm"
|
|
|
type="userTel" ng-blur="checkUserTel(user.userTel)"
|
|
|
+ placeholder="请输入原手机号"
|
|
|
></div>
|
|
|
<div class="col">
|
|
|
<img ng-show="checkSuccess" src="static/img/user/images/input-check-yes.png" alt="">
|
|
|
@@ -112,7 +113,7 @@
|
|
|
<label class="col-md-3 col-sm-3 col text-right">新手机号:</label>
|
|
|
<div class="col-md-8 col-sm-8 col">
|
|
|
<input ng-model="user.newUserTel"
|
|
|
- class="form-control input-sm" type="newUserTel" ng-blur="telEnable(user.newUserTel)">
|
|
|
+ class="form-control input-sm" placeholder="请输入新手机号" type="newUserTel" ng-blur="telEnable(user.newUserTel)">
|
|
|
<!-- <div>密码复杂度</div> -->
|
|
|
</div>
|
|
|
<div class="col">
|
|
|
@@ -128,7 +129,7 @@
|
|
|
<span class="col-md-8 col-sm-8 col">
|
|
|
<input ng-model="telCheckCode"
|
|
|
class="form-control input-sm" placeholder="请输入验证码" type="telCheckCode" ng-blur="validTelCheckCode(telCheckCode)">
|
|
|
- <input class="code-btn" ng-click="sendTelCheckCode(user.newUserTel)" ng-init="paracont='获取验证码'" ng-disabled="!sendSuccess" ng-model="paracont" />
|
|
|
+ <input class="code-btn" readonly ng-click="sendTelCheckCode(user.newUserTel)" ng-init="paracont='获取验证码'" ng-disabled="!sendSuccess" ng-model="paracont" />
|
|
|
</span>
|
|
|
<div class="col">
|
|
|
<img ng-show="checkSuccess2" src="static/img/user/images/input-check-yes.png" alt="">
|