Showing
1 changed file
with
2 additions
and
2 deletions
@@ -58,7 +58,7 @@ export default function() { | @@ -58,7 +58,7 @@ export default function() { | ||
58 | name: val.brand_name, | 58 | name: val.brand_name, |
59 | image: val.brand_logo, | 59 | image: val.brand_logo, |
60 | type: 1,//表示 品牌 | 60 | type: 1,//表示 品牌 |
61 | - linkType: '', | 61 | + linkType: 'brand', |
62 | link: '', | 62 | link: '', |
63 | isShow: false, | 63 | isShow: false, |
64 | } | 64 | } |
@@ -67,7 +67,7 @@ export default function() { | @@ -67,7 +67,7 @@ export default function() { | ||
67 | let category = [{ | 67 | let category = [{ |
68 | id:'', | 68 | id:'', |
69 | image:'', | 69 | image:'', |
70 | - linkType:'', | 70 | + linkType:'brand', |
71 | name:'全部品牌', | 71 | name:'全部品牌', |
72 | sub: sub, | 72 | sub: sub, |
73 | }]; | 73 | }]; |
-
Please register or login to post a comment