| xqd
@@ -6,13 +6,13 @@
|
|
|
<button ng-click="getVerifyCode()" class="button button-assertive" style="margin-right:5px">{{vm.waitSeconds}}</button>
|
|
|
</div>
|
|
|
<label class="item item-input">
|
|
|
- <input type="text" ng-model="vm.code" placeholder="手机验证码">
|
|
|
+ <input type="password" ng-model="vm.code" placeholder="手机验证码">
|
|
|
</label>
|
|
|
<label class="item item-input">
|
|
|
- <input type="text" ng-model="vm.password" placeholder="输入新密码">
|
|
|
+ <input type="password" ng-model="vm.password" placeholder="输入新密码">
|
|
|
</label>
|
|
|
<label class="item item-input">
|
|
|
- <input type="text" ng-model="vm.password1" placeholder="再次输入密码">
|
|
|
+ <input type="password" ng-model="vm.password1" placeholder="再次输入密码">
|
|
|
</label>
|
|
|
|
|
|
</div>
|