소스 검색

供应商主页

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({ 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.