|
|
@@ -111,7 +111,7 @@
|
|
|
<label class="col-md-3 col-sm-3 col text-right" ng-show="userInfo.userEmail==null?true:false">邮箱地址:</label>
|
|
|
<div class="col-md-8 col-sm-8 col">
|
|
|
<input ng-model="user.newUserEmail"
|
|
|
- class="form-control input-sm" type="newUserEmail" ng-change="emailEnable(user.newUserEmail)" placeholder="新邮箱地址">
|
|
|
+ class="form-control input-sm" type="newUserEmail" ng-blur="emailEnable(user.newUserEmail)" placeholder="新邮箱地址">
|
|
|
<!-- <div>密码复杂度</div> -->
|
|
|
</div>
|
|
|
<div class="col">
|