...
|
...
|
@@ -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 => {
|
|
|
|
...
|
...
|
|