mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
商品规格操作优化
This commit is contained in:
@ -300,7 +300,7 @@ $(function()
|
||||
{
|
||||
value = 1;
|
||||
}
|
||||
var spec_count = $('.specifications-table th.table-title').length || 0;
|
||||
var spec_count = $('.specifications-table th.table-title').length || 1;
|
||||
if(value > spec_count)
|
||||
{
|
||||
value = spec_count;
|
||||
|
||||
Reference in New Issue
Block a user