فهرست منبع

룩북 문구 수정

bin2107 4 سال پیش
والد
کامیت
228f5e1f6a

+ 2 - 2
src/main/webapp/WEB-INF/views/web/display/BrandLookbookMainFormWeb.html

@@ -79,8 +79,8 @@
 									</p>
 									</p>
 								</div>
 								</div>
 								<div class="btn_box">
 								<div class="btn_box">
-									<button class="btn btn_default" th:unless="${lbInfo.lookbookGb=='BL'}" onclick="cfnGoToPage(_PAGE_MAIN);"><span>메인으로 가기</span></button>
-									<button class="btn btn_default" th:if="${lbInfo.lookbookGb=='BL'}" th:onclick="cfnGoToBrandMain([[${lbInfo.brandCd}]]);"><span th:text="${brandGroupInfo.brandGroupNm+' 홈으로 가기'}"><em>TBJ</em>&nbsp;메인으로 가기 </span></button>
+									<button class="btn btn_default" th:unless="${lbInfo.lookbookGb=='BL'}" onclick="cfnGoToPage(_PAGE_MAIN);"><span>으로 가기</span></button>
+									<button class="btn btn_default" th:if="${lbInfo.lookbookGb=='BL'}" th:onclick="cfnGoToBrandMain([[${lbInfo.brandCd}]]);"><span th:text="${brandGroupInfo.brandGroupNm+' 홈으로 가기'}"><em>TBJ</em>&nbsp;으로 가기 </span></button>
 								</div>
 								</div>
 							</div>
 							</div>
 						</div>
 						</div>

+ 3 - 1
src/main/webapp/WEB-INF/views/web/display/LookbookDetailFormWeb.html

@@ -222,7 +222,9 @@
 		tag += '							<p class="itemBrand">'+obj2+'</p>\n';
 		tag += '							<p class="itemBrand">'+obj2+'</p>\n';
 		tag += '							<div class="itemName">'+obj3+'</div>\n';
 		tag += '							<div class="itemName">'+obj3+'</div>\n';
 		tag += '							<span class="itemPrice_original">'+obj4.addComma()+'</span>\n';
 		tag += '							<span class="itemPrice_original">'+obj4.addComma()+'</span>\n';
-		tag += '							<p class="itemPrice">'+obj5.addComma()+'\n';
+		if(obj4 != obj5){
+			tag += '							<p class="itemPrice">'+obj5.addComma()+'\n';
+		}
 		if(obj6>0){
 		if(obj6>0){
 			tag += '								<span class="itemPercent">'+obj6+'%</span>\n';
 			tag += '								<span class="itemPercent">'+obj6+'%</span>\n';
 		}
 		}

+ 2 - 2
src/main/webapp/WEB-INF/views/web/display/LookbookMainFormWeb.html

@@ -79,8 +79,8 @@
 									</p>
 									</p>
 								</div>
 								</div>
 								<div class="btn_box">
 								<div class="btn_box">
-									<button class="btn btn_default" th:unless="${lbInfo.lookbookGb=='BL'}" onclick="cfnGoToPage(_PAGE_MAIN);"><span>메인으로 가기</span></button>
-									<button class="btn btn_default" th:if="${lbInfo.lookbookGb=='BL'}" th:onclick="cfnGoToBrandMain([[${lbInfo.brandCd}]]);"><span th:text="${brandGroupInfo.brandGroupNm+' 홈으로 가기'}"><em>TBJ</em>&nbsp;메인으로 가기 </span></button>
+									<button class="btn btn_default" th:unless="${lbInfo.lookbookGb=='BL'}" onclick="cfnGoToPage(_PAGE_MAIN);"><span>으로 가기</span></button>
+									<button class="btn btn_default" th:if="${lbInfo.lookbookGb=='BL'}" th:onclick="cfnGoToBrandMain([[${lbInfo.brandCd}]]);"><span th:text="${brandGroupInfo.brandGroupNm+' 홈으로 가기'}"><em>TBJ</em>&nbsp;으로 가기 </span></button>
 								</div>
 								</div>
 							</div>
 							</div>
 						</div>
 						</div>