You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
3.0 KiB
79 lines
3.0 KiB
<template>
|
|
<view class="margin-lr-lg">
|
|
<view class="text-xxl margin-tb-lg text-center text-bold">用户服务协议</view>
|
|
<view class="text-content margin-bottom">
|
|
<view class="text-xl text-bold">
|
|
一、特别提示
|
|
</view>
|
|
<view>
|
|
在此特别提醒您(用户)在使用tall健康码之前,请认真阅读本《tall健康码用户服务协议》 (以下简称“协议”),确保您充分理解本协议中各条款。请您审慎阅读并选择接受或不接 受本协议。除非您接受本协议所有条款,否则您无权注册、登录或使用本协议所涉服务。您的注册、登录、使用等行为将视为对本协议的接受,并同意接受本协议各项条款的约束。
|
|
</view>
|
|
</view>
|
|
<view class="text-content margin-bottom">
|
|
<view class="text-xl text-bold">
|
|
二、账号注册
|
|
</view>
|
|
<view>1、tall健康码以微信小程序方式提供服务,不需要用户刻意注册,我们会通过调用微信接口自动使用您在微信平台的身份信息。</view>
|
|
<view>2、本系统面向特定用户群体,在登录系统后,需要您填写在该群体下的特定用户信息,tall健康码需要搜集能识别用户身份的个人信息以便传控科技可以在必要时联系用户,或为用户提供更好的使用体验。</view>
|
|
</view>
|
|
<view class="text-content margin-bottom">
|
|
<view class="text-xl text-bold">
|
|
三、账户安全
|
|
</view>
|
|
<view>
|
|
1、用户一旦注册/登录成功,成为tall健康码的用户,传控科技会尽最大限度保证用户的账户信息安全。
|
|
</view>
|
|
</view>
|
|
<view class="text-content margin-bottom">
|
|
<view class="text-xl text-bold">
|
|
四、服务内容
|
|
</view>
|
|
<view>
|
|
1、上报健康信息
|
|
</view>
|
|
<view>
|
|
2、查询疫情情况
|
|
</view>
|
|
<view>
|
|
3、查询个人打卡轨迹
|
|
</view>
|
|
</view>
|
|
<view class="text-content margin-bottom">
|
|
<view class="text-xl text-bold">
|
|
五、服务的终止
|
|
</view>
|
|
<view>
|
|
1、在下列情况下,传控科技有权终止向用户提供服务:
|
|
</view>
|
|
<view>
|
|
1)在用户违反本服务协议相关规定时,传控科技有权终止向该用户提供服务。
|
|
</view>
|
|
<view>
|
|
2)用户不得通过程序或人工方式进行恶意注册,若发现用户有该类行为,传控科技将立即终止服务,并有权扣留账户内金额。
|
|
</view>
|
|
</view>
|
|
<view class="text-content margin-bottom-xl">
|
|
<view class="text-xl text-bold">
|
|
六、免责与赔偿声明
|
|
</view>
|
|
<view>
|
|
1、请用户在使用过程中,对自己的账号密码妥善保管,不要告知他人,避免给您带来不必要的损失。
|
|
</view>
|
|
<view>
|
|
2、本协议最终解释权归安庆公共交通有限公司(简称“传控科技”)所有。
|
|
</view>
|
|
<view>
|
|
3、本协议从 2020年3月1日起适用
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
}
|
|
},
|
|
}
|
|
</script>
|