瀏覽代碼

'02123211-0120'

zory 3 天之前
父節點
當前提交
5938223270
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
 			const query = uni.createSelectorQuery().in(this);
 			query.select(element).boundingClientRect();
 			query.select(element).boundingClientRect();
 			query.exec(res => {
 			query.exec(res => {
-				console.log("动态高低",res)
 				if (res && res[0]) this.swiperHeight = res[0].height==0?res[0].width:res[0].height;
 				if (res && res[0]) this.swiperHeight = res[0].height==0?res[0].width:res[0].height;
 			});
 			});
 		},
 		},