Commit aa94d66a authored by yyh's avatar yyh

tslint 调整

parent 8f19f797
......@@ -92,12 +92,9 @@ export default class SetPhone extends Vue {
this.$toast(`请输入正确的${isPhoneStr}`);
return;
}
this.sendCode(newPhone)().then(res => {
this.sendCode(newPhone)().then((res: any) => {
this.step = '4';
}).catch((err) => {
});
}
private async setPhone() {
const {code, newPhone, randomToken } = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment