2023.11.7

This commit is contained in:
2023-11-07 23:40:53 +08:00
parent b1e3735af0
commit 7c6e881e03
8 changed files with 209 additions and 22 deletions

View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
<view class="aboutUs page-box page-bg-gray">
</view>
</template>
<style scoped lang="scss">
</style>

View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
<view class="phone_list page-box page-bg-gray">
</view>
</template>
<style scoped lang="scss">
</style>

View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
<view class="privacyPolicy page-box page-bg-gray">
</view>
</template>
<style scoped lang="scss">
</style>

View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
<view class="userAgreement page-box page-bg-gray">
</view>
</template>
<style scoped lang="scss">
</style>