2023-2-25

功能完善
This commit is contained in:
2023-02-25 09:11:17 +08:00
parent f5fb47d585
commit 2395459103
3 changed files with 166 additions and 68 deletions

View File

@@ -206,7 +206,8 @@ import Api from '@/common/api';
_this.getConfirms=_this.verifTime
},1000)
let params = { phone: this.phone};
let params = { phone: this.phone,
type:2};
let data = await Api.apiCall('post', Api.index.sendCodes, params);
}
}else{