import { View, Text } from '@tarojs/components'; import Taro from '@tarojs/taro'; import PageShell from '@/components/ui/PageShell'; import './index.scss'; export default function FrozenPage() { return ( 🚧 功能即将上线 我们正在努力准备中,敬请期待 Taro.navigateBack({ delta: 1 }).catch(() => Taro.switchTab({ url: '/pages/index/index' }))} > 返回 ); }