Commit 96488664 by 林翔

lx

parent e35fc94c
...@@ -165,9 +165,15 @@ const actions = { ...@@ -165,9 +165,15 @@ const actions = {
message: data.err_msg, message: data.err_msg,
duration: 2000 duration: 2000
}); });
setTimeout(function () { if (payload.rereferer) {
window.location.href = "/h5/view/#/wallet"; setTimeout(function () {
}, 2000) window.location.href = decodeURIComponent(payload.rereferer);
}, 2000)
}else{
setTimeout(function () {
window.location.href = "/h5/view/#/wallet";
}, 2000)
}
} else { } else {
Toast({ Toast({
message: data.err_msg, message: data.err_msg,
......
...@@ -219,7 +219,8 @@ ...@@ -219,7 +219,8 @@
mobile: this.form.safeMobile, mobile: this.form.safeMobile,
verifyCode: this.form.verifyCode, verifyCode: this.form.verifyCode,
password: this.form.password, password: this.form.password,
passwordConfirm: this.form.passwordConfirm passwordConfirm: this.form.passwordConfirm,
referer: this.$route.query.referer
}) })
} }
}, },
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
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 sign in to comment