19 lines
783 B
Vue
19 lines
783 B
Vue
<template>
|
||
<view class="p-15">
|
||
<view class="text-lg font-bold mb-10 text-center">用户注册协议</view>
|
||
<view class="text-base leading-normal text-dark">
|
||
<text>(此处为用户注册协议内容占位符)</text>
|
||
<view class="mt-10">
|
||
欢迎您使用本应用。本应用最终用户协议(“本协议”)是您(“用户”)与本应用服务商(“服务商”)之间有关本应用服务(“服务”)的法律协议。本协议中应当包含《隐私政策》以及本应用发布的其他相关协议、规则等,上述内容一经正式发布,即为本协议不可分割的组成部分。
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</template>
|
||
|
||
<script setup>
|
||
</script>
|
||
|
||
<style>
|
||
/* Using global styles from App.vue */
|
||
</style>
|