Browse Source

perf: app 版本升级到1.3.11

kuns 3 months ago
parent
commit
d9c7a6b955
2 changed files with 2 additions and 9 deletions
  1. 1 1
      app.json
  2. 1 8
      component/chargingPage/futureReservationPageComponent.tsx

+ 1 - 1
app.json

@@ -2,7 +2,7 @@
     "expo": {
         "name": "Crazy Charge",
         "slug": "template",
-        "version": "1.3.10",
+        "version": "1.3.11",
         "orientation": "portrait",
         "icon": "./assets/CC_Logo.png",
         "userInterfaceStyle": "light",

+ 1 - 8
component/chargingPage/futureReservationPageComponent.tsx

@@ -123,14 +123,7 @@ const FutureReservationPageComponent = ({ data }) => {
                                 </View>
                             </>
                         )}
-                        {/* <View className="pt-12">
-                            <Text>*************************</Text>
-                            <Text className="pb-6">以下為測試專用</Text>
-                            <NormalButton
-                                title={<Text className="text-white text-lg ">進入"充電進行中"界面</Text>}
-                                onPress={() => router.push('testonly')}
-                            />
-                        </View> */}
+                
                     </View>
                 </View>
             </ScrollView>