...
|
...
|
@@ -237,6 +237,11 @@ function findDecoration(){ |
|
|
if(!jsonMain.resources.allHotProducts_APP.data || jsonMain.resources.allHotProducts_APP.data.length < 1){
|
|
|
findTopHotProducts_APP();
|
|
|
}
|
|
|
/*
|
|
|
findTopNewProducts();
|
|
|
findTopHotProducts();
|
|
|
findTopHotProducts_APP();
|
|
|
*/
|
|
|
}
|
|
|
showMain();
|
|
|
},true);
|
...
|
...
|
@@ -1439,6 +1444,8 @@ $(document).on("click",".topAdd",function(){ |
|
|
item.productName = $(this).attr("data-productName");
|
|
|
item.salesPrice = $(this).attr("data-productPrice");
|
|
|
item.productSkn = $(this).attr("data-productSkn");
|
|
|
item.goodsId = $(this).attr("data-goodsId");
|
|
|
item.cnAlphabet = $(this).attr("data-cnAlphabet");
|
|
|
|
|
|
g.__rows.push(item);
|
|
|
g.init(g.__rows);
|
...
|
...
|
|