bug修改

This commit is contained in:
姚亚男
2021-11-01 09:24:11 +08:00
parent b966b650b8
commit 180ea3f9cc
9 changed files with 75 additions and 40 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ Page({
if (/^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|18[0-9]|19[0-35-9])\d{8}$/.test(this.data.phone)) {
UserApi.sendCode({
phone: this.data.phone,
codeType: 1
codeType: 2
}).then(res => {
// 获取成功,倒计时 start
if (res.success) {