Showing
3 changed files
with
2 additions
and
2 deletions
@@ -33,7 +33,7 @@ const list = require(`${cRoot}/list`); | @@ -33,7 +33,7 @@ const list = require(`${cRoot}/list`); | ||
33 | // 新品到着 controller | 33 | // 新品到着 controller |
34 | const news = require(`${cRoot}/new`); | 34 | const news = require(`${cRoot}/new`); |
35 | 35 | ||
36 | -//热销排行榜 | 36 | +// 热销排行榜 |
37 | const newsale = require(`${cRoot}/newsale`); | 37 | const newsale = require(`${cRoot}/newsale`); |
38 | 38 | ||
39 | // recom | 39 | // recom |
@@ -619,7 +619,7 @@ if ($brandHeader.length > 0) { | @@ -619,7 +619,7 @@ if ($brandHeader.length > 0) { | ||
619 | }, | 619 | }, |
620 | xhrFields: { | 620 | xhrFields: { |
621 | withCredentials: true | 621 | withCredentials: true |
622 | - }, | 622 | +}, |
623 | success: function(data) { | 623 | success: function(data) { |
624 | if (data.code === 200) { | 624 | if (data.code === 200) { |
625 | $this.toggleClass('coled'); | 625 | $this.toggleClass('coled'); |
-
Please register or login to post a comment