|
|
@@ -49,7 +49,6 @@ const ChargingStationTabView: React.FC<ChargingStationTabViewProps> = ({ titles,
|
|
|
};
|
|
|
useEffect(() => {
|
|
|
chargeStationService.fetchElectricityPrice(pricemodel_id || 'a').then(res => {
|
|
|
- console.log('kkkkkk', res)
|
|
|
const date = new Date();
|
|
|
const str = (date.toLocaleString('en-US', { weekday: 'short' })).toLowerCase();
|
|
|
setStrWeek(date.toLocaleString('zh', { weekday: 'long' }))
|