瀏覽代碼

供应商主页

zhengjinyi 1 年之前
父節點
當前提交
4b3530ec9a
共有 2 個文件被更改,包括 598 次插入292 次删除
  1. 590 292
      pages/supplier/user/my-shop.vue
  2. 8 0
      services/shop.service.js

文件差異過大導致無法顯示
+ 590 - 292
pages/supplier/user/my-shop.vue


+ 8 - 0
services/shop.service.js

@@ -63,6 +63,14 @@ export default class ShopService {
             isLoading: true ,
         })
     }
+    /* 小程序供应商我的店铺分类商品列表 */
+    getCategoryProducts (data = {}) {
+        return this.AjaxService.get({ 
+            url:'/commodity/Shop/getCategoryProducts', 
+            data, 
+            isLoading: true ,
+        })
+    }
     /* 小程序供应商我的店铺banner */
     GetSupplierHomeBanner (data = {}) {
         return this.AjaxService.get({ 

部分文件因文件數量過多而無法顯示