Browse Source

调整分类页

master
梁欣 1 year ago
parent
commit
64fed7379f
  1. 4
      api/category/index.js
  2. 1158
      pages/goods/list.vue

4
api/category/index.js

@ -7,8 +7,8 @@ const api = {
}
// 页面数据
export function list() {
return request.get(api.list)
export function list(param) {
return request.get(api.list, param)
}

1158
pages/goods/list.vue

File diff suppressed because it is too large
Loading…
Cancel
Save