yitisheng-mini-app/pages/zyb/other/disclaimer.vue

31 lines
1.4 KiB
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.

<!--免责声明-->
<script>
export default {
name: "disclaimer"
}
</script>
<template>
<view class="body">
<text class="text-l uni-flex flex">1.本平台数据均来源于教育考试院和高校官方公布的信息</text>
<text class="text-l uni-flex flex">2.数据显示为空代表该高校当年未在考生所在省市招生</text>
<text class="text-l uni-flex flex">3.本平台"智能推荐"功能是依据历年高校录取数据和当年招生计划结合考生分数为考生 和家长推荐适合批次的大学高考填报志愿是一个动态化的过程本系统推荐的院校仅作为参考正式填报志愿时还需要结合各种信息进行报考本平台不对录取结果提供任何担保</text>
<text class="text-l uni-flex flex">4.本平台是为高考生提供信息参考请以各高校正式公布数据为准如果您发现系统中的任何错误请您拍照说明问题并反馈给我们本平台会第一时间改正</text>
<text class="text-l uni-flex flex">5.本平台所提供的所有服务有效期为一年过期后所有数据将清空</text>
<text class="text-l uni-flex flex">6.平台所有活动和服务的最终解释权归本平台所有</text>
</view>
</template>
<style scoped lang="scss">
.body{
margin: 30rpx;
background-color: white;
border-radius: 10rpx;
padding: 30rpx;
}
.text-l{
font-size: 28rpx;
margin-bottom: 10rpx;
}
</style>