...
|
...
|
@@ -341,7 +341,7 @@ function renderGoodList() { |
|
|
});
|
|
|
// 排序
|
|
|
$(".cover-image-list").each(function(index){
|
|
|
$(this).sortable({
|
|
|
$(this).mysortable({
|
|
|
items:".cover-image-item",
|
|
|
array:goodsList[index].goodsImagesList,
|
|
|
callback:function(data){
|
...
|
...
|
@@ -518,4 +518,4 @@ GOLABDATA.on("fenmian", function () { |
|
|
return '<p>请设置至少一个skc的封面</p>';
|
|
|
}
|
|
|
|
|
|
}); |
|
|
\ No newline at end of file |
|
|
}); |
...
|
...
|
|