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

+ 1 - 2
pages/chanpinneirong/index2.vue

@@ -470,7 +470,6 @@
 						.in(this)
 						.selectAll(".cccAAAB")
 						.boundingClientRect((rects) => {
-							console.log('cccccccccc', rects)
 							this.defaultD = rects[0].top;
 						})
 						.exec();
@@ -484,7 +483,7 @@
 					query.exec((res) => {
 						let arr = []
 						this.unitPositions.forEach((item, index) => {
-							if ((item.top + res[0].top) < this.defaultD) {
+							if ((item.top + res[0].top) < this.defaultD+20) {
 								arr.push(index)
 							}
 						})