Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
bevishuang
2019-10-15 09:56:58 +0800
Commit
cd0756ed464fdb60998c859aa4007b6d22b88669
1 parent
927a9d97
修改分类商品列表参数
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/pages/category/category.vue
apps/store/category/index.js
apps/pages/category/category.vue
View file @
cd0756e
...
...
@@ -88,7 +88,7 @@ export default {
let query = {};
let key = item.linkType;
if(key){
query[key] = item.
id
;
query[key] = item.
link
;
}
// console.log('===category=='+key);
...
...
apps/store/category/index.js
View file @
cd0756e
...
...
@@ -59,7 +59,7 @@ export default function() {
image
:
val
.
brand_logo
,
type
:
1
,
//表示 品牌
linkType
:
'brand'
,
link
:
''
,
link
:
val
.
id
,
isShow
:
false
,
}
sub
.
push
(
subItem
);
...
...
Please
register
or
login
to post a comment