忘记密码页的传参修改
This commit is contained in:
@@ -141,12 +141,12 @@ export default {
|
||||
that.loading = true
|
||||
this.form.validateFields((err, values) => {
|
||||
if (!err) {
|
||||
var params = {}
|
||||
let params = {}
|
||||
console.log(values, '======values')
|
||||
params.username = this.userList.username;
|
||||
params.phone = values.phone;
|
||||
params.password = values.password;
|
||||
params.smscode = this.userList.smscode;
|
||||
params.phone = this.userList.phone;
|
||||
params.captcha = values.captcha;
|
||||
params.confirmPassword = values.confirmPassword;
|
||||
getAction("/sys/user/passwordChange", params).then((res) => {
|
||||
if (res.success) {
|
||||
that.loading = false
|
||||
|
||||
Reference in New Issue
Block a user