Showing
1 changed file
with
1 additions
and
1 deletions
@@ -349,7 +349,7 @@ export function clickRemindBtn(product) { | @@ -349,7 +349,7 @@ export function clickRemindBtn(product) { | ||
349 | method = 'app.seckill.cancelUserReminder'; | 349 | method = 'app.seckill.cancelUserReminder'; |
350 | } | 350 | } |
351 | 351 | ||
352 | - ReactNative.NativeModules.YH_SeckillHelper.remindTip({ | 352 | + ReactNative.NativeModules.YH_PanicBuyingHelper.remindTip({ |
353 | method: action, | 353 | method: action, |
354 | arguments: params, | 354 | arguments: params, |
355 | }) | 355 | }) |
-
Please register or login to post a comment