[SHOPTIME-2988] 비디오 포커스 수정(롤링)
This commit is contained in:
@@ -27,6 +27,7 @@ import usePriceInfo from "../../../hooks/usePriceInfo";
|
|||||||
import { LOG_MENU, LOG_TP_NO, panel_names } from "../../../utils/Config";
|
import { LOG_MENU, LOG_TP_NO, panel_names } from "../../../utils/Config";
|
||||||
import { formatGMTString } from "../../../utils/helperMethods";
|
import { formatGMTString } from "../../../utils/helperMethods";
|
||||||
import css from "./RollingUnit.module.less";
|
import css from "./RollingUnit.module.less";
|
||||||
|
import { finishVideoPreview } from "../../../actions/playActions";
|
||||||
|
|
||||||
const SpottableComponent = Spottable("div");
|
const SpottableComponent = Spottable("div");
|
||||||
|
|
||||||
@@ -295,6 +296,8 @@ export default function RollingUnit({
|
|||||||
const bannerType = currentData.shptmBanrTpNm;
|
const bannerType = currentData.shptmBanrTpNm;
|
||||||
|
|
||||||
if (bannerType === "Today's Deals") {
|
if (bannerType === "Today's Deals") {
|
||||||
|
dispatch(finishVideoPreview());
|
||||||
|
|
||||||
handlePushPanel(panel_names.DETAIL_PANEL, createPanelInfo(currentData));
|
handlePushPanel(panel_names.DETAIL_PANEL, createPanelInfo(currentData));
|
||||||
dispatch(
|
dispatch(
|
||||||
sendLogTopContents({
|
sendLogTopContents({
|
||||||
|
|||||||
Reference in New Issue
Block a user