|
|
@ -214,7 +214,7 @@ Page({ |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
startCalibrator() { |
|
|
startCalibrator() { |
|
|
this.setData({ state: STATES.calibrating }); |
|
|
|
|
|
|
|
|
this.setData({ state: STATES.calibrating, showTabs: false }); |
|
|
}, |
|
|
}, |
|
|
requestLocation() { |
|
|
requestLocation() { |
|
|
if (!(this.data.inited && this.data.floorOrder !== null)) return; |
|
|
if (!(this.data.inited && this.data.floorOrder !== null)) return; |
|
|
|