商品规格移动错误修

feat/task1-c-wallet
gongfuxiang 2023-09-13 22:48:49 +08:00
parent 27cbfb69af
commit 0c55979cab
1 changed files with 1 additions and 1 deletions

View File

@ -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
var $table = $(this).parents('table');