From 9fee43d6ff6b55dea83c2940a8627886c9320688 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Tue, 27 Jun 2023 22:18:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC=E7=94=BB?= =?UTF-8?q?=E9=9D=A2=E3=81=A7=E3=81=AEtrainInfo=E7=94=BB=E9=9D=A2=E3=81=AE?= =?UTF-8?q?=E5=8B=95=E4=BD=9C=E8=A6=81=E4=BB=B6=E6=BA=96=E5=82=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActionSheetComponents/EachTrainInfo.js | 6 ++- components/発車時刻表/LED_vidion.js | 39 +++++++++++----- menu.js | 45 ++++++++++--------- 3 files changed, 55 insertions(+), 35 deletions(-) diff --git a/components/ActionSheetComponents/EachTrainInfo.js b/components/ActionSheetComponents/EachTrainInfo.js index 63eb1c2..8d2f316 100644 --- a/components/ActionSheetComponents/EachTrainInfo.js +++ b/components/ActionSheetComponents/EachTrainInfo.js @@ -23,6 +23,7 @@ export const EachTrainInfo = ({ navigate, originalStationList, openStationACFromEachTrainInfo, + from, }) => { const [trainData, setTrainData] = useState([]); const stationList = @@ -106,6 +107,7 @@ export const EachTrainInfo = ({ navigate("trainbase", { info: "train.html?tn=" + data.trainNum, + from, }); setRef.current?.hide(); }} @@ -175,8 +177,8 @@ export const EachTrainInfo = ({ > ))}