2023.11.7
This commit is contained in:
11
pages/user/setting/aboutUs.vue
Normal file
11
pages/user/setting/aboutUs.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<view class="aboutUs page-box page-bg-gray">
|
||||
|
||||
</view>
|
||||
</template>
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
11
pages/user/setting/phone_list.vue
Normal file
11
pages/user/setting/phone_list.vue
Normal 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>
|
11
pages/user/setting/privacyPolicy.vue
Normal file
11
pages/user/setting/privacyPolicy.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<view class="privacyPolicy page-box page-bg-gray">
|
||||
|
||||
</view>
|
||||
</template>
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
11
pages/user/setting/userAgreement.vue
Normal file
11
pages/user/setting/userAgreement.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<view class="userAgreement page-box page-bg-gray">
|
||||
|
||||
</view>
|
||||
</template>
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user