wangxy 1 month ago
parent
commit
c5f66462cc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pages/chanpinneirong/index2.vue

+ 0 - 2
pages/chanpinneirong/index2.vue

@@ -456,7 +456,6 @@
 					.in(this)
 					.selectAll(".cccAAA")
 					.boundingClientRect((rects) => {
-            console.log('cccAAA', rects)
 						this.unitPositions = [...rects]
 					})
 					.exec();
@@ -466,7 +465,6 @@
               .in(this)
               .selectAll(".cccAAAB")
               .boundingClientRect((rects) => {
-                console.log('cccAAAB', rects)
                 this.defaultD = rects[0].top;
               })
               .exec();