ykt-team-wxapp/pages/common/agreement.vue
2026-02-02 11:20:15 +08:00

19 lines
783 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>