...
|
...
|
@@ -326,17 +326,10 @@ function renderGoodList() { |
|
|
gender:gender
|
|
|
}));
|
|
|
|
|
|
|
|
|
for(var i in goodsList){
|
|
|
// var index = goodsList[i].goodsImagesList.length;
|
|
|
// alert(index);
|
|
|
// $(".right").each(function(){
|
|
|
// alert($(this).attr("data-i"))
|
|
|
// })
|
|
|
// $(".cover-image-list").hasAttr()
|
|
|
// alert(typeof($(".move_sort").find(".right").attr("data-i")))
|
|
|
// if(=="undefined"
|
|
|
// $(".move_sort") data-i ind("")
|
|
|
// addFengmian(uesImgIndex, uesImgMap[i]);
|
|
|
alert(i+"move_right"+goodsList.length);
|
|
|
$("#"+i+"move_right"+goodsList.length).hide()
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
|