병합과정중 수정

This commit is contained in:
Rinjae
2025-12-03 17:07:55 +09:00
parent 275e78cc97
commit 2b81ce903e
4 changed files with 7 additions and 10 deletions
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
xmlns:th="http://www.thymeleaf.org"
layout:decorate="~{layout/kbank_signup_layout}">
layout:decorate="~{layout/kjbank_base_layout}">
<body>
<section layout:fragment="title">
<div class="page-title-banner">
@@ -110,7 +110,7 @@
// 휴대폰 번호 변경 체크
if (isNewPhoneVisible) {
if (window.isAuthVerified) {
const prefix = document.querySelector('#phoneMobile .select_selected').textContent;
const prefix = document.querySelector('#phoneMobile .select_selected').value;
const middle = document.getElementById('newMobileMiddle').value;
const last = document.getElementById('newMobileLast').value;
const newMobileNumber = `${prefix}-${middle}-${last}`;
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layout/kbank_base_layout}">
layout:decorate="~{layout/kjbank_base_layout}">
<body>
<section layout:fragment="contentFragment" class="content">
<div class="content_wrap">