未登录点击提醒bug fix review by 孙凯
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -312,7 +312,7 @@ export function clickRemindBtn(product) { | @@ -312,7 +312,7 @@ export function clickRemindBtn(product) { | ||
312 | .catch(error => { | 312 | .catch(error => { |
313 | ReactNative.NativeModules.YH_CommonHelper.login() | 313 | ReactNative.NativeModules.YH_CommonHelper.login() |
314 | .then(uid => { | 314 | .then(uid => { |
315 | - dispatch(getSeckillProductRemindList(product)); | 315 | + dispatch(clickActivityTimeItem(product)); |
316 | }) | 316 | }) |
317 | .catch(error => { | 317 | .catch(error => { |
318 | 318 |
-
Please register or login to post a comment