ykt-team-wxapp/pages/common/agreement.vue

19 lines
783 B
Vue
Raw Normal View History

2026-02-02 11:20:15 +08:00
<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>