底部导航
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { View, Text } from '@tarojs/components'
|
||||
import CustomTabBar from "@/custom-tab-bar"
|
||||
import './index.less'
|
||||
|
||||
export default function Profile() {
|
||||
return (
|
||||
<View className='profile-page'>
|
||||
<View className='page-placeholder'>
|
||||
<Text className='placeholder-icon'>👤</Text>
|
||||
<Text className='placeholder-text'>我的</Text>
|
||||
<Text className='placeholder-desc'>即将上线,敬请期待</Text>
|
||||
</View>
|
||||
<CustomTabBar />
|
||||
</View>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user