小整理

This commit is contained in:
harukin-DeskMini
2023-03-26 19:29:57 +09:00
parent d627617ca0
commit e9fd753a8f
5 changed files with 88 additions and 101 deletions

View File

@@ -12,7 +12,6 @@ import { Ionicons, MaterialCommunityIcons } from "@expo/vector-icons";
export default function TrainBase({ route, navigation }) {
const { info, from } = route.params;
const { navigate } = navigation;
console.log(info);
const webview = useRef();
const jss = `document.getElementById('Footer').style.display = 'none';
${