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

修改

parent a54a7302
...@@ -107,8 +107,8 @@ ...@@ -107,8 +107,8 @@
} = await powerLogin(this.param) */ } = await powerLogin(this.param) */
//将手机号和手机验证码发送 //将手机号和手机验证码发送
let mess = {} let mess = {}
mess.phone = this.phone.phone mess.phone = this.param.account
mess.verify = this.phone.password mess.verify = this.param.password
const {data,code,msg} = await getVerifyPhone(mess) const {data,code,msg} = await getVerifyPhone(mess)
console.log(data,code) console.log(data,code)
if (code == 200) { 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