Merge branch 'master_tolag3'

알림톡 발송결과 상세
 - 대체 문자가 없을때도 문자메시지 탭이 보이는 문제 수정
This commit is contained in:
leejunho 2025-04-09 15:43:08 +09:00
parent fe3ac16535
commit 3680423959

View File

@ -75,6 +75,7 @@
</div>
<!--// 카카오 알림톡 미리보기 -->
<c:if test="${resultMsgDetail.bizKakaoResendYn eq 'Y'}">
<!-- 문자 미리보기 -->
<div class="tab_phone" id="tab_phone_2">
<div class="phoneIn">
@ -111,6 +112,7 @@
</div>
<p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다</p>
</div>
</c:if>
<!--// 문자 미리보기 -->
</div>