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 } })