master
yuan 7 years ago
parent e0bde1934d
commit 30210a2c44

@ -301,7 +301,7 @@
<div class="form-group has-feedback"
ng-class="{'has-error':accountForm.code.$invalid && accountForm.code.$dirty}">
<input class="form-control" type="number" ng-model="partner.phoneCodeKey" placeholder="Code"
<input class="form-control" type="number" ng-model="partner.phoneCodeKey" placeholder="Verification Code"
required maxlength="10" name="code" ng-click="checkParams()">
</div>

@ -95,7 +95,7 @@ body .progress_inner__step:before {
height: 30px;
color: #70afd0;
background: white;
line-height: 30px;
line-height: 26px;
border: 3px solid #a6cde2;
font-size: 12px;
top: 3px;

Loading…
Cancel
Save