Merge branch 'develop' into release/1.0
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -246,7 +246,8 @@ const intercept = (url) => { | @@ -246,7 +246,8 @@ const intercept = (url) => { | ||
246 | // 品牌 品类 | 246 | // 品牌 品类 |
247 | if (/\/brand$/.test(path) || /\/cate$/.test(path)) { | 247 | if (/\/brand$/.test(path) || /\/cate$/.test(path)) { |
248 | return yoho.goTab({ | 248 | return yoho.goTab({ |
249 | - index: 1 | 249 | + index: 1, |
250 | + headerIndex: /\/brand$/.test(path) ? 0 : 1 | ||
250 | }); | 251 | }); |
251 | } | 252 | } |
252 | 253 |
-
Please register or login to post a comment