Authored by 郭成尧

'mg-shop-page-cache'

... ... @@ -33,7 +33,7 @@ const list = require(`${cRoot}/list`);
// 新品到着 controller
const news = require(`${cRoot}/new`);
//热销排行榜
// 热销排行榜
const newsale = require(`${cRoot}/newsale`);
// recom
... ...
... ... @@ -619,7 +619,7 @@ if ($brandHeader.length > 0) {
},
xhrFields: {
withCredentials: true
},
},
success: function(data) {
if (data.code === 200) {
$this.toggleClass('coled');
... ...