Kaynağa Gözat

enu페이지 ko일때 tonative 호출 제거

huiwon.seo 4 yıl önce
ebeveyn
işleme
846718f886

+ 3 - 1
src/main/webapp/WEB-INF/jsp/mobile/menu/menu.jsp

@@ -18,7 +18,9 @@ $( function(){
 
     // native 앱 locale 설정 
     // menu페이지 로딩완료시에 tonative 호출 
-    settingAppLocale();
+    if( setLocale != 'ko' ) {
+        settingAppLocale();
+    }
 });
 
 function searchingDevice() {