解决 秒杀 刷新bug review by hongmo
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -70,7 +70,8 @@ class SeckillContainer extends Component { | @@ -70,7 +70,8 @@ class SeckillContainer extends Component { | ||
70 | } | 70 | } |
71 | 71 | ||
72 | _onFocusToCurStartedActivity(activity) { | 72 | _onFocusToCurStartedActivity(activity) { |
73 | - this.props.actions.getSeckillQueryActivity(activity.startTime / 1000); | 73 | + this.props.actions.clickActivityTimeItem(activity); |
74 | + // this.props.actions.getSeckillQueryActivity(activity.startTime / 1000); | ||
74 | } | 75 | } |
75 | 76 | ||
76 | render() { | 77 | render() { |
-
Please register or login to post a comment