Authored by 高小祥

fixed

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