wudebin 3 月之前
父節點
當前提交
e6ef9c25c0
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      Strides-SPAPP/android/app/version.properties
  2. 1 1
      Strides-SPAPP/app/pages/charging/StepStartView.js

+ 2 - 2
Strides-SPAPP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Mon Mar 02 16:18:45 CST 2026
-VERSION_CODE=827
+#Mon Mar 02 18:30:52 CST 2026
+VERSION_CODE=830

+ 1 - 1
Strides-SPAPP/app/pages/charging/StepStartView.js

@@ -18,7 +18,7 @@ export default StepStartView = ({
   onIntoCharging
 }) => (
   <View>
-    <View style={{minHeight: $vht(80)}}>
+    <View style={{minHeight: $vht(80) - navbarHeight}}>
       <TextView style={styles.gstText}>{hideTaxRates ? $t('charging.tipsRatesTax2') : $t('charging.tipsRatesTax')}</TextView>
       <TextView style={styles.title}>{$t('charging.acChargers')} ({(stationInfo?.acConnector?.available ?? "0") + $t('charging.numberAvailable')})</TextView>
       { stationInfo.acRates?.length > 0