소스 검색

'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);
 			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;
 			});
 		},