Commit fa2919b1 by wangshuo

Merge branch 'issue-11' of gitlab.julyedu.com:baiguangyao/mr-julyedu into issue-11

parents cb060aff 0bddd2ab
......@@ -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