Commit d9fd9539 by zhanghaozhe

Merge branch 'master' of gitlab.julyedu.com:baiguangyao/mr-julyedu

parents 8276a0db eb0f3334
......@@ -79,7 +79,7 @@ class Group extends Component {
if (courseInfo.pdd_group_info) {
let now_groupon_list = courseInfo.pdd_group_info.now_groupon_list;
if (now_groupon_list && now_groupon_list.length > 0) {
// setInterval(() => {
setInterval(() => {
now_groupon_list.map(item => {
item.end_time -= 1;
return item;
......@@ -87,7 +87,7 @@ class Group extends Component {
this.setState({
now_groupon_list,
})
// }, 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