记得上下班打卡 | git大法好,push需谨慎

Commit fa8068df authored by sangchunxi's avatar sangchunxi

限制

parent 4cbc7893
......@@ -461,7 +461,7 @@
// 只有一组,可添加
if (dynamicDomLength >=0 ) {
if (dynamicDomLength >= 0 && dynamicDomLength <= 20 ) {
console.log('dynamicDomLength', dynamicDomLength)
$('.sortable-list').append(dynamicAddDom)
......
......@@ -498,7 +498,7 @@
// 只有一组,可添加
if (dynamicDomLength >= 0) {
if (dynamicDomLength >= 0 && dynamicDomLength <= 20) {
$('.sortable-list').append(dynamicAddDom)
setTimeout(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment