Commit f233675c authored by leiqingsong's avatar leiqingsong

修改

parent 614d8e0d
......@@ -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