feature(uniapp分类): 分类列表以及商品加载

This commit is contained in:
luowenfeng
2022-07-11 12:05:48 +08:00
parent f3c83488a3
commit e2a6530acb
16 changed files with 587 additions and 141 deletions

View File

@ -0,0 +1,5 @@
//请求工具参考https://ext.dcloud.net.cn/plugin?id=392
const { http } = uni.$u
// 查询分类列表
export const categoryListData = params => http.get('product/category/list', { params })