From a4eda11b2de606aea6dec1d23fd359d35e2c7802 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Sat, 22 Feb 2025 05:24:07 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=8A=E4=BA=88=E8=8B=A5=E5=AE=AE=E4=BF=A1?= =?UTF-8?q?=E5=8F=B7=E5=A0=B4=E9=96=A2=E4=BF=82=E3=81=A7=E3=83=90=E3=82=B0?= =?UTF-8?q?=E3=81=8C=E7=99=BA=E7=94=9F=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActionSheetComponents/EachTrainInfoCore.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/ActionSheetComponents/EachTrainInfoCore.js b/components/ActionSheetComponents/EachTrainInfoCore.js index d003871..9440db1 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore.js +++ b/components/ActionSheetComponents/EachTrainInfoCore.js @@ -291,6 +291,18 @@ export const EachTrainInfoCore = ({ } else if (pos[1] == "児島" && pos[0] == "宇多津") { setCurrentPosition(["Y09", "M12"]); return; + }else if (pos[1] == "伊予若宮" && pos[0] == "伊予白滝") { + setCurrentPosition(["S18", "S14"]); + return; + } else if (pos[1] == "伊予白滝" && pos[0] == "伊予若宮") { + setCurrentPosition(["S14", "S18"]); + return; + }else if (pos[1] == "伊予大洲" && pos[0] == "伊予若宮") { + setCurrentPosition(["U14", "U14"]); + return; + }else if (pos[1] == "伊予若宮" && pos[0] == "伊予大洲") { + setCurrentPosition(["U14", "U14"]); + return; } const currentPosID = Object.keys(originalStationList).map((key) => { let firstStation = false;