Authored by 于良

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

... ... @@ -312,7 +312,7 @@ export function clickRemindBtn(product) {
.catch(error => {
ReactNative.NativeModules.YH_CommonHelper.login()
.then(uid => {
dispatch(getSeckillProductRemindList(product));
dispatch(clickActivityTimeItem(product));
})
.catch(error => {
... ...