This commit is contained in:
liu
2026-09-04 14:10:33 +08:00
parent 1701169c9d
commit e2926b0c70
13 changed files with 17 additions and 14 deletions
-2
View File
@@ -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>