中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

在一個頁面加載另一個渲染的頁面

發布時間:2020-05-13 14:23:31 來源:網絡 閱讀:486 作者:wiwili 欄目:web開發


<div id="moreLikeThis" class="section_offset">
  <div class="tabs products " >
     <ul class="tabs_nav clearfix " >
        <li style="width: 235px;"><a href="#tab-5">You Might Also Like</a></li>
     </ul>

     <div class="tab_containers_wrap" >
        <div id="tab-5" class="tab_container" style="width:235px;">
           <div class="owl_carousel carousel_in_tabs type_2 likecontent">

           </div>
        </div>
     </div>

  </div>
</div>



<script type="text/javascript">
  jQuery().ready(function () {
     
     $("#moreLikeThis").load("/products/similarProduct.json",{maxResult:8,pageNo:0,productId:${GoodsDetailsForm.id}})



@RequestMapping(value = "similarProduct.json", method = RequestMethod.POST)
public String getSimilarProduct(HttpServletRequest request,
                               ModelMap model,
                               @RequestParam(value = "maxResult") int maxResult,
                               @RequestParam(value = "pageNo") int pageNo,
                               @RequestParam(value = "productId", defaultValue = "0") long productId,
                               HttpSession session) {
   Locale currentLocale = getRequestLanguage(session, request);
   ProductJsons productJsons = null;
   productJsons = extendProductService.moreLikeTag(productId, maxResult, currentLocale.toString());
   if (productJsons != null) {
       if (productJsons.getProductJsonList() != null) {
           ArrayList<Long> ids = new ArrayList<>();
           for (ProductJson productJson : productJsons.getProductJsonList()) {
               ids.add(productJson.getId());
           }
           model.addAttribute("ratingMap", getAverageRatingById(ids));
           model.addAttribute("checkWish", checkWishById(ids));
           model.addAttribute("productJsons", productJsons);
       }
   }
   return "moreLikeThis";
}


moreLikeThis.jsp



<%@ page language="java" pageEncoding="UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<c:if test="${not empty productJsons and not empty productJsons.productJsonList}">
<div class="tabs products" style="height: 450px;">
  <ul class="tabs_nav clearfix">
     <li style="width: 235px;"><a href="#tab-5">You Might Also Like</a></li>
  </ul>
  <div class="tab_containers_wrap">
     <div id="tab-5" class="tab_container">

        <div class="owl_carousel carousel_in_tabs type_2 likecontent">

           <c:forEach items="${productJsons.productJsonList}" var="product">
                 <c:choose>
                    <c:when test="${not empty product.promotionPrice.price}">
                       <c:set var="price" value="${currency.symbol}${product.promotionPrice.price}"></c:set>
                    </c:when>
                    <c:otherwise>
                       <c:set var="price" value="${currency.symbol}${product.displayPrice.price}"></c:set>
                    </c:otherwise>
                 </c:choose>
                 <div class="product_item">
                    <div class="p_w_picpath_wrap">
                       <img class="img_zoom" data-zoom-p_w_picpath="${p_w_picpathHost}${product.displayImage.url}" src="${p_w_picpathHost}${product.displayImage.smallUrl}" alt="">
                    </div>
                    <div class="description">
                       <a class="product_title"
                          href="/shop/product/${fn:replace(product.productDisplayName.name, " ", "-")}/${product.id}"
                          title="${product.productDisplayName.name}">${product.productDisplayName.name}</a>
                       <div class="clearfix product_info">
                          <p class="product_price alignleft"><b>${price}</b></p>
                          <c:set value="${ratingMap.get(product.id)}" var="rating"></c:set>
                          <c:choose>
                             <c:when test="${not empty rating}">
                                <div class="rating-box">
                                   <div class="rating" style="width: ${rating.rating*20}%;"></div>
                                </div>
                             </c:when>
                             <c:otherwise>
                                <div class="rating-box">
                                   <div class="rating" style="width: 100%;"></div>
                                </div>
                             </c:otherwise>
                          </c:choose>
                       </div>
                       <div class="clearfix action">
                          <a href="/shop/product/${fn:replace(product.productDisplayName.name, " ", "-")}/${product.id}"
                             class="button_red middle_btn">VIEW DETAILS</a>
                       </div>
                    </div>
                 </div>

              </c:forEach>


        </div>


     </div>
  </div>
</div>
</c:if>
<script type="text/javascript">
  jQuery().ready(function () {

     $('.carousel_in_tabs.type_2, .owl_carousel.four_items').owlCarousel({
        responsive: {
           0: {
              items: 1
           },
           490: {
              items: 2
           },
           684: {
              items: 3
           },
           992: {
              items: 4
           }
        },
        loop:true,
        nav: true,
        navText: [],
        rtl: window.ISRTL ? true : false
     });
  })
</script>


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

大邑县| 阳春市| 安图县| 东丽区| 西充县| 蓬安县| 隆化县| 邳州市| 沂南县| 昌乐县| 康马县| 六安市| 比如县| 宁国市| 延川县| 江陵县| 绥化市| 大足县| 安新县| 班戈县| 宁波市| 霸州市| 北流市| 成安县| 诸城市| 错那县| 鹿泉市| 仙游县| 武陟县| 延安市| 普兰店市| 腾冲县| 墨玉县| 会同县| 府谷县| 神池县| 柘城县| 拉孜县| 邻水| 犍为县| 疏附县|