Commit 47dfeb47 authored by 吴冠's avatar 吴冠

修改

parent a54a7302
......@@ -107,8 +107,8 @@
} = await powerLogin(this.param) */
//将手机号和手机验证码发送
let mess = {}
mess.phone = this.phone.phone
mess.verify = this.phone.password
mess.phone = this.param.account
mess.verify = this.param.password
const {data,code,msg} = await getVerifyPhone(mess)
console.log(data,code)
if (code == 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment