Authored by ZhongW

no message

... ... @@ -57,7 +57,9 @@
[[/if]]
</div>
<div class="cover-color">
[[if _index != 0]]
<a href="javascript:;" class="btn btn-primary move_sort left" data-i=[[_index]]>左移</a>
[[/if]]
<a href="javascript:;" class="btn btn-primary move_sort right" id=[[index]]"move_right"[[_index]] data-i=[[_index]]>右移</a>
</div>
</li>
... ...
... ... @@ -42,7 +42,7 @@ var Iaccount = {
var apiCofig = {
//root:__dirname,
EnvConst:{
domain:"http://192.168.102.210:8088/platform",
domain:"http://127.0.0.1:8080/platform",
// domain:"http://172.16.6.200:8088/platform",
yohoSearch: 'http://192.168.102.216:8080/yohosearch',
system:Iaccount
... ...
... ... @@ -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()
}
... ...