|
@@ -24,7 +24,6 @@ export function contrastList(newlist, oldlist) {
|
|
|
if (!reg.test(oldlist[i])) {
|
|
|
delete oldlist[i].olditem
|
|
|
}
|
|
|
- console.log(newitem==Object,newitem==Array)
|
|
|
if (newitem == olditem) {
|
|
|
if (newlist[i][newitem] != oldlist[i][olditem]) {
|
|
|
return true
|