Commit efef3120 by 梁建民

bug

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