Quellcode durchsuchen

Merge remote-tracking branch 'TSIT/ST24PRJ-315' into develop

card007 vor 4 Jahren
Ursprung
Commit
ec028ab58b

+ 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 {