...
|
...
|
@@ -188,7 +188,7 @@ function pageChange(self, $ul, page, itemWith, curPage, num) { |
|
|
|
|
|
|
|
|
// 异步数据
|
|
|
$.getJSON('//www.yohobuy.com/home/index/async', function(data){
|
|
|
$.getJSON('//www.yohobuy.com/home/index/async', function(data) {
|
|
|
|
|
|
// 首页异步数据待处理订单,未读消息,待分享商品数量
|
|
|
if (data.numbers) {
|
...
|
...
|
@@ -211,5 +211,5 @@ function pageChange(self, $ul, page, itemWith, curPage, num) { |
|
|
if (data.rec) {
|
|
|
$recommendBox.html(handlebars.compile($recommendTpl)(data.rec));
|
|
|
}
|
|
|
})
|
|
|
});
|
|
|
}()); |
...
|
...
|
|