Commit 0bddd2ab by FE

share tip

parent 28153c2f
......@@ -138,7 +138,7 @@ class CollectBlessing extends Component {
if(code === 200) {
if(data.today_shared_platforms.some(item => item === key)) {
handleToShowShare();
Toast.info('今日已分享,记得明天来~', 2, null, false);
Toast.info('今日已+2点福气值”~', 2, null, false);
}else {
handleToShowShare();
this.shareTimer && clearInterval(this.shareTimer);
......
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