商品规格移动错误修
parent
27cbfb69af
commit
0c55979cab
|
|
@ -341,7 +341,7 @@ $(function()
|
||||||
}
|
}
|
||||||
|
|
||||||
// 商品规格和参数上下移动
|
// 商品规格和参数上下移动
|
||||||
$(document).on('click', '.specifications-table,.parameters-table .line-move', function()
|
$(document).on('click', '.specifications-table .line-move, .parameters-table .line-move', function()
|
||||||
{
|
{
|
||||||
// 父级table
|
// 父级table
|
||||||
var $table = $(this).parents('table');
|
var $table = $(this).parents('table');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue