Authored by 于良

未登录点击提醒bug fix review by 孙凯

@@ -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