This commit is contained in:
2020-12-01 16:22:23 +08:00
parent 74f9760b2a
commit f1bdb184af
12 changed files with 11 additions and 10 deletions

View File

@@ -883,7 +883,7 @@ export async function changetel(code: string,e: string) {
*/
export async function checksmscode(phone: string, smscode: string){
const res = await get<any>("checkSmscode",{phone, smscode});
const res = await get<any>("checkSmscode",{phone, smscode,memberid: sessionStorage.getItem("mid")});
if(res.code == 0){
if(!res.data){
return true;