|
|
@@ -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>
|