zory před 3 dny
rodič
revize
5938223270
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      pages/goods/detail.vue

+ 0 - 1
pages/goods/detail.vue

@@ -334,7 +334,6 @@ export default {
 			const query = uni.createSelectorQuery().in(this);
 			query.select(element).boundingClientRect();
 			query.exec(res => {
-				console.log("动态高低",res)
 				if (res && res[0]) this.swiperHeight = res[0].height==0?res[0].width:res[0].height;
 			});
 		},