Commit 0de0adad authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_lqs' into 'master'

Dev lqs

See merge request !118
parents ea36e236 47fc8925
......@@ -165,7 +165,7 @@ export default {
return;
}
const params = {
userIdww: JSON.parse(localStorage.getItem("user")).userId
userId: JSON.parse(localStorage.getItem("user")).userId
};
sendSms(params).then();
this.validCode = null;
......
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