chao пре 4 година
родитељ
комит
e56bb62f5d

+ 1 - 1
src/main/java/com/caimei/www/controller/authorized/ShoppingController.java

@@ -48,7 +48,7 @@ public class ShoppingController extends BaseController {
     }
 
     /**
-     * 顶部购物车数据
+     * 购物车列表数据
      * @return
      */
     @GetMapping("/cart/list")

+ 1 - 1
src/main/resources/static/js/supplier/index.js

@@ -70,7 +70,7 @@ var supplierHome = new Vue({
         },
         getProductLists: function(){
             var _self = this;
-            $.getJSON(spiServer+"/search/query/product/shop",{
+            $.getJSON(spiServer+"/search/query/product/supplier",{
                 id: this.supplierId,
                 pageSize: 12,
                 pageNum: 1

+ 0 - 1
src/main/resources/templates/supplier/index.html

@@ -81,7 +81,6 @@
                     </ul>
                 </div>
                 <div class="part">
-                    <div class="title">供应商产品(这部分等商铺内商品加入阿里云搜索再做!)</div>
                     <!--主推商品列表-->
                     <ul class="productList clear mfw">
                         <li class="productItem mfc" v-for="p in productLists">