Przeglądaj źródła

마이페이지 메인, 취반교 목록 수정

tsit14 5 lat temu
rodzic
commit
a61f4b45fc

+ 3 - 3
src/main/webapp/WEB-INF/views/mob/mypage/MypageCreListInfoMob.html

@@ -48,10 +48,10 @@
 									<div class="od_opt">
 										<!-- 세트상품일때 -->
 										<th:block th:if="${cre.goodsType} == 'G056_S'">
-											<th:block th:each="option , index2 , ${cre.colorNmArr}">
+											<th:block th:each="option , index2 : ${cre.colorNmArr}">
 												<div class="option">
-													<em th:text="${option]}"></em>
-													<em th:text="${cre.optCd2Arr[index2]}"></em>
+													<em th:text="${option}"></em>
+													<em th:text="${cre.optCd2Arr[index2.index]}"></em>
 												</div>
 											</th:block>
 										</th:block>

+ 8 - 1
src/main/webapp/WEB-INF/views/mob/mypage/MypageOrderListFormMob.html

@@ -269,7 +269,14 @@ $(window).on("pageshow", function(event) {
 });
 
 // 주문 목록 조회
-var fnGetInfiniteScrollDataList = function() {	
+var fnGetInfiniteScrollDataList = function() {
+	
+	// 2021.05.28 마이페이지메인 주문목록 확인
+	if (mypageMainYn == 'Y') {
+		jsonObj.pageSize = 1;
+		jsonObj.pageUnit = 1;
+	}
+	
 	// 2021.05.28 페이지 기능 수정
 	if (pageNo <= totalPage) {
 		pageNo++;