diff --git a/src/components/PageFooter/PageFooter.tsx b/src/components/PageFooter/PageFooter.tsx index fb475f2..12e8cd1 100644 --- a/src/components/PageFooter/PageFooter.tsx +++ b/src/components/PageFooter/PageFooter.tsx @@ -1,17 +1,24 @@ -import { View } from '@tarojs/components'; +import { View, Text } from '@tarojs/components'; import { AtDivider } from 'taro-ui'; import pt from '@/plain-text'; export default () => { - const blankHeight = 120; + const blankHeightUpper = 25; + const blankHeightLower = 120; return ( - - + + + + + + © 2024 EVA Tech + + ); };