wupengfei
9 小时以前 75ad2eb9984bac7705b337706efaf6e5dd7091ce
apps/bMiniApp/src/components/Layout/PageLayout.vue
@@ -103,16 +103,6 @@
  pageHeight = pageHeight + (props.showNavigationBar ? 0 : navigationBarHeight.value);
  return pageHeight + 'px';
});
Taro.getSetting({
  success: function (res) {
    if (!res.authSetting['scope.userLocation']) {
      Taro.authorize({
        scope: 'scope.userLocation',
      });
    }
  },
});
</script>
<style lang="scss">