Commit efef3120 by 梁建民

bug

parents d3b60617 8c228b8f
......@@ -5,6 +5,7 @@
.wallet-balance {
background: #fff;
margin-bottom: 0.267rem;
overflow: hidden;
}
.wallet-balance .balance-bg {
......
......@@ -165,9 +165,9 @@ const actions = {
message: data.err_msg,
duration: 2000
});
if (payload.rereferer) {
if (payload.referer) {
setTimeout(function () {
window.location.href = decodeURIComponent(payload.rereferer);
window.location.href = payload.referer;
}, 2000)
}else{
setTimeout(function () {
......
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