This commit is contained in:
‘937886381’
2024-09-13 16:52:40 +08:00
parent 2d2d6d4c15
commit b27d70f0fc
5 changed files with 74 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ export default function Home({ active }) {
const handleValueFromGrandChild = (value) => {
setModelFlag(value);
console.log('modelFlag',modelFlag);
console.log('modelFlag',value);
};
const ctx = useSelector((state) => state.fireInfo);
const fireDir = ctx.fireDirection || null;