备份
Showing
3 changed files
with
2 additions
and
1 deletions
... | @@ -432,7 +432,7 @@ Page({ | ... | @@ -432,7 +432,7 @@ Page({ |
432 | if (!this.data.sendAuthCode) return; | 432 | if (!this.data.sendAuthCode) return; |
433 | let mobile = this.data.mobile | 433 | let mobile = this.data.mobile |
434 | if (!mobile || !Utils.checkMobile(mobile)) { | 434 | if (!mobile || !Utils.checkMobile(mobile)) { |
435 | this.showLog("请输入正确的手机号码"); | 435 | this.showTips("请输入正确的手机号码"); |
436 | return | 436 | return |
437 | } | 437 | } |
438 | this.getAuthCode(); | 438 | this.getAuthCode(); | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment