sync qa2
This commit is contained in:
@@ -69,12 +69,6 @@ button {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
> iframe {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.preventMouse {
|
||||
* {
|
||||
pointer-events: none;
|
||||
|
||||
@@ -245,7 +245,7 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
|
||||
|
||||
const secondLayerInfo = {
|
||||
linkTpCd,
|
||||
// linkTpNm,
|
||||
// linkTpNm
|
||||
logTpNo: LOG_TP_NO.SECOND_LAYER,
|
||||
};
|
||||
|
||||
|
||||
@@ -474,7 +474,7 @@ export default function MainView({ className }) {
|
||||
sendLogAlarmClick({
|
||||
alarmDt,
|
||||
alarmType: "Upcoming",
|
||||
clickFlag: "OK",
|
||||
clickFlag: "Ok",
|
||||
cnt: "0",
|
||||
hstNm,
|
||||
keywordList: "",
|
||||
@@ -520,7 +520,7 @@ export default function MainView({ className }) {
|
||||
sendLogAlarmClick({
|
||||
alarmDt,
|
||||
alarmType: "Upcoming",
|
||||
clickFlag: "NO",
|
||||
clickFlag: "No",
|
||||
cnt: "0",
|
||||
hstNm,
|
||||
keywordList: "",
|
||||
@@ -687,6 +687,19 @@ export default function MainView({ className }) {
|
||||
{loadingComplete &&
|
||||
activePopup === Config.ACTIVE_POPUP.endOfServicePopup &&
|
||||
!skipEndOfServicePopup && <EndOfServicePopUp />}
|
||||
<div
|
||||
style={{
|
||||
position: "fixed",
|
||||
left: "0",
|
||||
bottom: "0",
|
||||
color: "#fff",
|
||||
fontSize: "13px",
|
||||
opacity: ".5",
|
||||
zIndex: "999",
|
||||
}}
|
||||
>
|
||||
v1015-001
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user