/** * 充电页:扫码认证之后-充电开始之前 * @邠心vbe on 2023/03/10 */ import React from 'react'; import { StyleSheet, Text, View } from 'react-native'; import Button from '../../components/Button'; import TextView from '../../components/TextView'; import { circleSize, DashboardView } from '../chargeV2/Charging'; import { PaymentList } from '../chargeV2/Payment'; import StationInfoView from './StationInfoView'; export default StepStartView = ({ isStart=false, isPending, isCharging, connectorInfo, currentPayment, curerntPerUser, lastUpdated, onStartCharge, onStopCharge, onPaymentMethodChanged }) => ( <> {$t('charging.selectedCharger')} {/* */} {/* Press Start to begin Charging */} {$t('charging.selectPaymentMethod')} {/* this.onMethodChange()} /> */} { lastUpdated ? {$t('charging.lastUpdatedAt') + lastUpdated + '\n' + $t('charging.pullDownRefresh')} : <> } { isStart ?