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
... ...
... ... @@ -617,9 +617,9 @@ if ($brandHeader.length > 0) {
opt: opt,
type: $brandHeader.data('isbaseshop') ? 'shop' : 'brand'
},
xhrFields: {
withCredentials: true
},
xhrFields: {
withCredentials: true
},
success: function(data) {
if (data.code === 200) {
$this.toggleClass('coled');
... ...
... ... @@ -944,7 +944,7 @@ $collect.on('touchstart', function() {
opt: opt,
type: 'shop'
},
xhrFields: {
xhrFields: {
withCredentials: true
},
success: function(data) {
... ...