|
@@ -6,7 +6,7 @@
|
|
<button ng-click="getVerifyCode()" class="button button-assertive" style="margin-right:5px">{{vm.waitSeconds}}</button>
|
|
<button ng-click="getVerifyCode()" class="button button-assertive" style="margin-right:5px">{{vm.waitSeconds}}</button>
|
|
</div>
|
|
</div>
|
|
<label class="item item-input">
|
|
<label class="item item-input">
|
|
- <input type="password" ng-model="vm.code" placeholder="手机验证码">
|
|
|
|
|
|
+ <input type="text" ng-model="vm.code" placeholder="手机验证码">
|
|
</label>
|
|
</label>
|
|
<label class="item item-input">
|
|
<label class="item item-input">
|
|
<input type="password" ng-model="vm.password" placeholder="输入新密码">
|
|
<input type="password" ng-model="vm.password" placeholder="输入新密码">
|
|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="padding">
|
|
<div class="padding">
|
|
- <button ng-click="reset()" class="button button-block button-positive">重置密码</button>
|
|
|
|
|
|
+ <button ng-click="reset(vm)" class="button button-block button-positive">重置密码</button>
|
|
</div>
|
|
</div>
|
|
</ion-content>
|
|
</ion-content>
|
|
</ion-view>
|
|
</ion-view>
|