H5适配
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { View, Text, ScrollView } from '@tarojs/components'
|
||||
import CustomNavBar from '@/components/NavBar'
|
||||
import './index.less'
|
||||
|
||||
/**
|
||||
@@ -9,7 +8,6 @@ import './index.less'
|
||||
export default function AgreementPage() {
|
||||
return (
|
||||
<View className='agreement-page'>
|
||||
<CustomNavBar title='用户服务协议' />
|
||||
<ScrollView scrollY className='agreement-scroll'>
|
||||
<View className='agreement-content'>
|
||||
<Text className='doc-title'>用户服务协议</Text>
|
||||
|
||||
Reference in New Issue
Block a user