Pārlūkot izejas kodu

ST24PRJ-315 [PJT잔여] 앱 필수업데이트 팝업 노출안되는 현상

card007 4 gadi atpakaļ
vecāks
revīzija
053013e0dc

+ 4 - 4
src/main/webapp/WEB-INF/views/mob/common/fragments/FooterMob.html

@@ -571,15 +571,15 @@
 							// 안내 alert 표기
 							if (_osType == 'I') { // IOS
 								if (result.regUpdateGb == 'Y') { // 필수업데이트
-									document.location.href = 'update://?link=https://apps.apple.com/kr/app/id627774402?mt=8';
+									document.location.href = 'update://?link=https://apps.apple.com/kr/app/id627774402?mt=8&R=Y';
 								} else {
-									document.location.href = 'update://?link=https://apps.apple.com/kr/app/id627774402?mt=8';
+									document.location.href = 'update://?link=https://apps.apple.com/kr/app/id627774402?mt=8&R=N';
 								}
 							} else { // AOS
 								if (result.regUpdateGb == 'Y') { // 필수업데이트
-									document.location.href = 'update://?link=https://play.google.com/store/apps/details?id=com.istyle24.commerce';
+									document.location.href = 'update://?link=https://play.google.com/store/apps/details?id=com.istyle24.commerce&R=Y';
 								} else {
-									document.location.href = 'update://?link=https://play.google.com/store/apps/details?id=com.istyle24.commerce';
+									document.location.href = 'update://?link=https://play.google.com/store/apps/details?id=com.istyle24.commerce&R=N';
 								}
 							}
 						} else {