From 20075324fbb415c4ff7bd1a8bf80112423b09614 Mon Sep 17 00:00:00 2001 From: dengxiongfei Date: Mon, 7 Mar 2022 16:58:18 +0800 Subject: [PATCH] delete abondaned code --- pages/follow-up-records/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/follow-up-records/index.vue b/pages/follow-up-records/index.vue index c97151b..fb06fbe 100644 --- a/pages/follow-up-records/index.vue +++ b/pages/follow-up-records/index.vue @@ -85,7 +85,6 @@ export default { let that = this uni.getSystemInfo({ success: function (res) { - // console.log( '状态栏的高', res.statusBarHeight); that.option.height = res.windowHeight * (750 / res.windowWidth) - 120 } })