From ba2ac92b16485ae9922014adc4fda14c2d3648ae Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Thu, 21 Nov 2024 11:21:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E5=AE=9A=E4=BD=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.js b/pages/index/index.js index 7bda876..d6cf78c 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -214,7 +214,7 @@ Page({ }); }, startCalibrator() { - this.setData({ state: STATES.calibrating }); + this.setData({ state: STATES.calibrating, showTabs: false }); }, requestLocation() { if (!(this.data.inited && this.data.floorOrder !== null)) return;