修改密码

This commit is contained in:
2020-11-11 17:37:03 +08:00
parent da50f3a8dc
commit 26b815e046
2 changed files with 5 additions and 1 deletions

View File

@@ -444,7 +444,7 @@ export async function editpassword(data?: any): Promise<any> {
}
newdata.memberid=data.memberid
newdata.password=data.password
newdata.topassword=data.repassword
newdata.topassword=data.topassword
console.log(newdata)
const res = await post<Liveaddrule>('resetPassword',newdata)
if(res.code==0){