Commit 1bfb501f by FE

Merge branch '00'

parents 8575c2cd c181692e
...@@ -331,7 +331,11 @@ class MyTreasure extends Component { ...@@ -331,7 +331,11 @@ class MyTreasure extends Component {
seconds: 0 seconds: 0
}); });
clearInterval(this.timer); clearInterval(this.timer);
history.push('/year/yearIndex'); if(getParam('version')) {
history.push(`/year/yearIndex?version=${getParam('version')}`);
}else {
history.push('/year/yearIndex');
}
} }
}, 1000); }, 1000);
} }
......
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