wk-dev
Wkang921 2 years ago
parent 76ef4c514c
commit 5c634acd1d

@ -1,4 +1,3 @@
<swiper wx:if="{{userInfo.loverId}}" class="call" bindtap="closeEnergy" current="{{swiperIndex}}" circular bindchange="swiperChange">
<t-toast id="t-toast" />
<!-- 情侣页面 -->
@ -19,8 +18,12 @@
<view class="txtextl-qd">
<t-icon name="chevron-right-double" size="24" color="#DE868F" />
<view class="text-qd">
<view wx:if="{{userInfo.isInPrayer}}" class="top">{{ userInfo.prayerContent }}</view>
<view wx:if="{{loverInfo.isInPrayer}}" class="top">{{ loverInfo.prayerContent }}</view>
<view wx:if="{{userInfo.isInPrayer}}" class="top">
{{ userInfo.prayerContent }}
</view>
<view wx:if="{{loverInfo.isInPrayer}}" class="top">
{{ loverInfo.prayerContent }}
</view>
<view wx:if="{{userInfo.isInPrayer}}">你已为Ta祈祷 {{prayTime}}</view>
<view wx:if="{{loverInfo.isInPrayer}}">Ta已为你祈祷 {{prayTime}}</view>
</view>
@ -43,9 +46,9 @@
<view class="yanql1" bindtap="doSetXxtFemale">
<view class="yan13"></view>
</view>
<view class="yanql2" bindtap="doSetXxtAnimal">
<!-- <view class="yanql2" bindtap="doSetXxtAnimal">
<view class="yan11"></view>
</view>
</view> -->
<view class="yanql3" bindtap="doSetXxtMale" wx:if="{{singleShow}}">
<view class="yan12"></view>
</view>
@ -59,9 +62,9 @@
<view class="yanql4" bindtap="doSetXxtFemaleS">
<view class="yan13"></view>
</view>
<view class="yanql5" bindtap="doSetXxtAnimalS">
<!-- <view class="yanql5" bindtap="doSetXxtAnimalS">
<view class="yan11"></view>
</view>
</view> -->
<view class="yanql6" bindtap="doSetXxtMaleS">
<view class="yan12"></view>
</view>
@ -78,14 +81,7 @@
<view class="call1-btn">
<!-- 左侧图标 -->
<view class="dcleft">
<t-progress
class="dcleft1"
theme="circle"
percentage="{{userInfo.crystallineEnergy}}"
color="#f76229" label=""
t-class-bar="dcleft1"
stroke-width="8rpx"
/>
<t-progress class="dcleft1" theme="circle" percentage="{{userInfo.crystallineEnergy}}" color="#f76229" label="" t-class-bar="dcleft1" stroke-width="8rpx" />
<view class="dcbs">
<image src="{{xingxiangtu.crystal}}" />
</view>
@ -94,21 +90,15 @@
<!-- 中间祈祷 -->
<view class="call1-btn-qd">
<view class="lovepic" bindtap="openPray"></view>
<view class="dchxtxtql" bindtap="openPray" wx:if="{{ !userInfo.isInPrayer }}">祈祷</view>
<view class="dchxtxtql" bindtap="openPray" wx:if="{{ !userInfo.isInPrayer }}">
祈祷
</view>
<view class="dchxtxtql" bindtap="openPray" wx:else>结束祈祷</view>
</view>
<!-- 右侧图标 -->
<view class="dcleft">
<view class="dcrightql">
<t-progress
class="dcleft1"
theme="circle"
percentage="{{loverInfo.crystallineEnergy}}"
color="#00A7FF"
label=""
t-class-bar="dcleft1"
stroke-width="8rpx"
/>
<t-progress class="dcleft1" theme="circle" percentage="{{loverInfo.crystallineEnergy}}" color="#00A7FF" label="" t-class-bar="dcleft1" stroke-width="8rpx" />
<view class="dcrbs" bindtap="openEnergy">
<image src="{{xingxiangtuLove.crystal}}" />
</view>
@ -117,14 +107,12 @@
</view>
</view>
</swiper-item>
<!-- 单人页面 -->
<swiper-item class="call1">
<!-- 头像名字 -->
<view class="call1-header">
<image class="tx" src="{{userInfo.avatar ? userInfo.avatar : xingxiangtu['elf-avatar']}}"></image>
<view class="txtext">{{userInfo.nick ? userInfo.nick : userInfo.constellation}}</view>
<!-- 运势加持 -->
<view class="ysjc" wx:if="{{userInfo.pendantLuckInBlessing}}">
<t-icon name="chevron-right-double" size="24" color="#DE868F" />
@ -132,7 +120,6 @@
<t-icon name="chevron-right-double" size="24" color="#DE868F" />
</view>
</view>
<!-- 精灵图片 -->
<view class="bkg1">
<view class="bkg2">
@ -152,14 +139,7 @@
<view class="call1-btn">
<!-- 下方左侧块 -->
<view class="dcleft">
<t-progress
class="dcleft1"
theme="circle"
percentage="{{userInfo.crystallineEnergy}}"
color="#f76229" label=""
t-class-bar="dcleft1"
stroke-width="8rpx"
/>
<t-progress class="dcleft1" theme="circle" percentage="{{userInfo.crystallineEnergy}}" color="#f76229" label="" t-class-bar="dcleft1" stroke-width="8rpx" />
<view class="dcbs">
<image src="{{xingxiangtu.crystal}}" />
</view>
@ -167,14 +147,7 @@
</view>
<!-- 中间进度条 -->
<view class="dcleft-middle">
<t-progress
class="dchx"
percentage="{{userInfo.crystallineEnergy}}"
trackColor="#E0E3EA"
color="#f76229"
label=""
stroke-width="16rpx"
/>
<t-progress class="dchx" percentage="{{userInfo.crystallineEnergy}}" trackColor="#E0E3EA" color="#f76229" label="" stroke-width="16rpx" />
<view class="dchx-box">
<view class="dchx-box-cantainer" wx:if="{{showInjectBkc}}">
<view class="box" wx:for="{{20}}" wx:key="index"></view>
@ -187,37 +160,30 @@
<view class="dcright-bgc">
<view class="dcright-bg" wx:if="{{showInjectBkc}}"></view>
</view>
<view class="dcright" bind:touchstart="openInject" bind:touchend="closeInject"><view class="dcrightwjx"></view></view>
<view class="dcright" bind:touchstart="openInject" bind:touchend="closeInject">
<view class="dcrightwjx"></view>
</view>
<view class="dcrighttxt">能量注入</view>
</view>
</view>
<!-- 形象按钮 -->
<view class="call1-vivid" wx:if="{{showSexLogo}}">
<!-- 男性形象 -->
<view
class="yan2"
data-yan="male"
bindtap="doSetXxtMale"
>
<view class="yan2" data-yan="male" bindtap="doSetXxtMale">
<view class="yan12"></view>
</view>
<!--动物形象-->
<!-- 动物形象
<view class="yan1"
data-yan="animal"
bindtap="doSetXxtAnimal"
>
<view class="yan11"></view>
</view>
</view> -->
<!-- 女性形象 -->
<view
class="yan3"
data-yan="female"
bindtap="doSetXxtFemale"
>
<view class="yan3" data-yan="female" bindtap="doSetXxtFemale">
<view class="yan13"></view>
</view>
</view>
<!-- 能量已满提示 -->
<view class="energy-full-box" wx:if="{{ jmEnergy }}" bindtap="closeJmEnergy">
<view class="energy-full">
@ -232,13 +198,14 @@
<view>守护时间为{{guarTime}}</view>
</view>
</swiper-item>
<!-- 对方个人页面 -->
<swiper-item class="call1">
<!-- 头像名字 -->
<view class="call1-header">
<image class="tx" src="{{loverInfo.avatar ? loverInfo.avatar : xingxiangtuLove['elf-avatar']}}"></image>
<view class="txtext">{{loverInfo.nick ? loverInfo.nick : loverInfo.constellation}}</view>
<view class="txtext">
{{loverInfo.nick ? loverInfo.nick : loverInfo.constellation}}
</view>
</view>
<!-- 精灵图片 -->
<view class="bkg1">
@ -263,7 +230,9 @@
</view>
<!-- 运势 -->
<view class="call1-btn-middle">
<view class="k2" bindtap="ToastDialog"><view class="k11"></view></view>
<view class="k2" bindtap="ToastDialog">
<view class="k11"></view>
</view>
<div class="ktext2" bindtap="ToastDialog">Ta的运势</div>
</view>
<!-- 幸运颜色 -->
@ -271,11 +240,9 @@
<view class="k3">{{loverInfo.horoscope.color}}</view>
<view class="ktext3">幸运颜色</view>
</view>
</view>
</swiper-item>
</swiper>
<!-- 单人页面 甲方说要固定页面不让左右滑动 不能使用swiper组件渲染 -->
<view class='call1-cantainer' bindtap="closeEnergy" wx:if="{{!userInfo.loverId}}">
<!-- 单人页面 -->
@ -284,7 +251,6 @@
<view class="call1-header">
<image class="tx" src="{{userInfo.avatar ? userInfo.avatar : xingxiangtu['elf-avatar']}}"></image>
<view class="txtext">{{userInfo.nick ? userInfo.nick : userInfo.constellation}}</view>
<!-- 运势加持 -->
<view class="ysjc" wx:if="{{userInfo.pendantLuckInBlessing}}">
<t-icon name="chevron-right-double" size="24" color="#DE868F" />
@ -292,7 +258,6 @@
<t-icon name="chevron-right-double" size="24" color="#DE868F" />
</view>
</view>
<!-- 精灵图片 -->
<view class="bkg1">
<view class="bkg2">
@ -312,14 +277,7 @@
<view class="call1-btn">
<!-- 下方左侧块 -->
<view class="dcleft">
<t-progress
class="dcleft1"
theme="circle"
percentage="{{userInfo.crystallineEnergy}}"
color="#f76229" label=""
t-class-bar="dcleft1"
stroke-width="8rpx"
/>
<t-progress class="dcleft1" theme="circle" percentage="{{userInfo.crystallineEnergy}}" color="#f76229" label="" t-class-bar="dcleft1" stroke-width="8rpx" />
<view class="dcbs">
<image src="{{xingxiangtu.crystal}}" />
</view>
@ -327,14 +285,7 @@
</view>
<!-- 中间进度条 -->
<view class="dcleft-middle">
<t-progress
class="dchx"
percentage="{{userInfo.crystallineEnergy}}"
trackColor="#E0E3EA"
color="#f76229"
label=""
stroke-width="16rpx"
/>
<t-progress class="dchx" percentage="{{userInfo.crystallineEnergy}}" trackColor="#E0E3EA" color="#f76229" label="" stroke-width="16rpx" />
<view class="dchx-box">
<view class="dchx-box-cantainer" wx:if="{{showInjectBkc}}">
<view class="box" wx:for="{{20}}" wx:key="index"></view>
@ -347,37 +298,30 @@
<view class="dcright-bgc">
<view class="dcright-bg" wx:if="{{showInjectBkc}}"></view>
</view>
<view class="dcright" bind:touchstart="openInject" bind:touchend="closeInject"><view class="dcrightwjx"></view></view>
<view class="dcright" bind:touchstart="openInject" bind:touchend="closeInject">
<view class="dcrightwjx"></view>
</view>
<view class="dcrighttxt">能量注入</view>
</view>
</view>
<!-- 形象按钮 -->
<view class="call1-vivid" wx:if="{{showSexLogo}}">
<!-- 男性形象 -->
<view
class="yan2"
data-yan="male"
bindtap="doSetXxtMale"
>
<view class="yan2" data-yan="male" bindtap="doSetXxtMale">
<view class="yan12"></view>
</view>
<!--动物形象-->
<!-- 动物形象
<view class="yan1"
data-yan="animal"
bindtap="doSetXxtAnimal"
>
<view class="yan11"></view>
</view>
</view> -->
<!-- 女性形象 -->
<view
class="yan3"
data-yan="female"
bindtap="doSetXxtFemale"
>
<view class="yan3" data-yan="female" bindtap="doSetXxtFemale">
<view class="yan13"></view>
</view>
</view>
<!-- 能量已满提示 -->
<view class="energy-full-box" wx:if="{{ jmEnergy }}" bindtap="closeJmEnergy">
<view class="energy-full">
@ -393,7 +337,6 @@
</view>
</view>
</view>
<!-- 未祈祷弹层 -->
<view class="pray" wx:if="{{showPray}}">
<view class="dialog">
@ -403,7 +346,10 @@
</view>
<view class="dialog-item">
<text class="dialog-item-text">祈祷时长</text>
<view class="duration" bindtap="showTiming">{{prayTimeStr}}<t-icon name="chevron-down" size="48rpx"/></view>
<view class="duration" bindtap="showTiming">
{{prayTimeStr}}
<t-icon name="chevron-down" size="48rpx" />
</view>
</view>
<view class="dialog-btn">
<button bindtap="openPray">取消</button>
@ -411,11 +357,12 @@
</view>
</view>
</view>
<!-- 祈祷时间弹层 -->
<t-popup placement="bottom" visible="{{showTiming}}" showOverlay="{{false}}">
<view class="timing">
<view class="timing-title">你还有{{userInfo.crystallineEnergy}}%水晶能量,可为对方祈祷{{hours}}小时{{minute}}分</view>
<view class="timing-title">
你还有{{userInfo.crystallineEnergy}}%水晶能量,可为对方祈祷{{hours}}小时{{minute}}分
</view>
<t-toast id="t-toast" />
<view class="picker">
<picker-view value="{{pickerValue}}" bindchange="onPickerChange" indicator-class="active">
@ -423,13 +370,14 @@
<view wx:for="{{hours + 1}}" wx:key="item" class="picker-item">{{ item }}</view>
</picker-view-column>
<picker-view-column>
<view wx:for="{{minutes + 1}}" wx:key="item" class="picker-item"> {{ item }} </view>
<view wx:for="{{minutes + 1}}" wx:key="item" class="picker-item">
{{ item }}
</view>
</picker-view-column>
</picker-view>
</view>
</view>
</t-popup>
<!-- 已祈祷弹层 -->
<view class="pray" wx:if="{{showIsPray}}">
<view class="dialog">
@ -445,7 +393,6 @@
</view>
</view>
</view>
<!-- 赠送能量弹层 -->
<view class="pray" wx:if="{{showEnergy}}">
<view class="dialog">
@ -507,18 +454,18 @@
</view>
</view>
</view>
<!-- 能量注入中 -->
<view class="in-energy" wx:if="{{showInEnergy}}">
<t-image src="https://wish-assets.oss-cn-hangzhou.aliyuncs.com/xy/hourglass.gif" />
<view>能量注入中……</view>
</view>
<view class="popup" wx:if="{{visible}}" catchtap="ToastDialog">
<view class="ttpopup">
<view class="tips">Tips记得提醒ta哦</view>
<view class="ztys">{{loverInfo.horoscope.summary}}</view>
<view class="ysfgx"><image src="https://wish-assets.windymuse.com.cn/xy/ysfgx.png" /></view>
<view class="ysfgx">
<image src="https://wish-assets.windymuse.com.cn/xy/ysfgx.png" />
</view>
<view class="ttpopup-item">
<view class="jkzs"></view>
<view class="rjkzs">
@ -527,20 +474,19 @@
</view>
<view class="ttpopup-item">
<view class="aqzs"></view>
<view class="raqzs"><t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" /></view>
<view class="raqzs">
<t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" />
</view>
</view>
<view class="ttpopup-item">
<view class="cyzs"></view>
<view class="rcyzs"><t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" /></view>
<view class="rcyzs">
<t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" />
</view>
</view>
</view>
</view>
<div class="jltxt" bindtap="go2Jlai">精灵 AI</div>
<!-- 轮播图滑块按钮 -->
<view class="swiper-btn-left" bindtap="goLeftSwiper" wx:if='{{userInfo.loverId}}'></view>
<view class="swiper-btn-right" bindtap="goRightSwiper" wx:if='{{userInfo.loverId}}'></view>

@ -719,7 +719,6 @@ page {
.ttpopup{
width: 660rpx;
height: 850rpx;
border-radius: 30rpx;
background-color: rgba(255, 255, 255, 0.9);
color: rgba(16, 16, 16, 1);

@ -5,21 +5,23 @@
<view class="header-reback" bindtap="go2Reback"></view>
<view>用户协议</view>
</view>
<view class="user-main">
<view class="main-title">星座守护精灵 用户协议</view>
<text class="main-text">欢迎您使用星座守护精灵 软件。本协议是由用户以下可称“用户”或“您”与我司就所提供的产品及服务所订立的协议。为保障您的权益请您在登录使用我司所提供的产品及服务之前仔细阅读本协议18周岁以下未成年人应当在其法定监护人陪同下阅读包括免除或者限制我司的免责条款及对用户的权利限制条款。如果您进入我司或用户登录页面确认已经阅读、同意本协议的条款并完成登录或者通过其他任何方式获得和使用我司所提供的产品和服务则视为您已经详细阅读了本协议的内容同意遵守本协议的约定。您不应再以不了解本协议内容为由拒绝履行本协议。此外我司有权在不另行通知的情况下随时对本协议或相关协议进行修改修改部分即时生效并适用。请您在使用产品和服务时进行关注并遵守如您不同意修改您可以随时停止使用如果您继续使用则视为您已经接受修改后的协议。
<text class="main-text">
欢迎您使用星座守护精灵 软件。本协议是由用户以下可称“用户”或“您”与我司就所提供的产品及服务所订立的协议。为保障您的权益请您在登录使用我司所提供的产品及服务之前仔细阅读本协议18周岁以下未成年人应当在其法定监护人陪同下阅读包括免除或者限制我司的免责条款及对用户的权利限制条款。如果您进入我司或用户登录页面确认已经阅读、同意本协议的条款并完成登录或者通过其他任何方式获得和使用我司所提供的产品和服务则视为您已经详细阅读了本协议的内容同意遵守本协议的约定。您不应再以不了解本协议内容为由拒绝履行本协议。此外我司有权在不另行通知的情况下随时对本协议或相关协议进行修改修改部分即时生效并适用。请您在使用产品和服务时进行关注并遵守如您不同意修改您可以随时停止使用如果您继续使用则视为您已经接受修改后的协议。
<text class="main-text-title">一、定义和说明</text>
\n
1.1 本软件:星座守护精灵 软件,包含客户端内容及程序,并可能包括相关网络服务器、网站、电子媒体、印刷材料和“联机”或电子文档等。
1.2 用户:指已购买过星座守护精灵 商品并通过我公司提供的合法途径获得星座守护精灵软件使用许可而安装、使用星座守护精灵软件产品及服务的个人。
\n
<text class="main-text-title">二、知识产权声明</text>
\n
2.1我公司依法享有星座守护精灵软件的一切合法权属(包括但不限于知识产权)。本软件的全部著作权及一切其他知识产权,以及与本软件相关的所有信息内容,包括但不限于:文字表述及其组合、图标、图饰、图表、色彩组合、界面设计、版面框架、有关数据、印刷材料、或电子文档等均受中国知识产权相关法律法规和有关的国际条约的保护。
2.2 星座守护精灵软件所体现的徽标(图形)和/或我公司的产品和服务标示均属于我公司在中国及/或其他国家/地区的商标或者注册商标。用户未经合法授权不得自行使用。
2.3 我公司在涉及星座守护精灵软件及相关各项服务中拥有专利权、专利申请权、商标权、著作权及其他知识产权。我公司并未因为本《协议》或者因为向用户提供本软件以及相关服务而授予用户任何与本软件相关的知识产权。本《协议》未明确授予用户的权利均由我公司保留。
\n
<text class="main-text-title">三、隐私政策</text>
\n
本隐私政策将涵盖本应用如何收集、使用、处理、存储和保护App收集的关于您的个人信息。若我们要求您提供某些信息以便在使用产品和服务时验证您的身份我们将仅严格遵守本隐私政策来使用这些信息请你仔细阅读我们的隐私政策。
3.1 如何收集您的个人信息
个人信息是可用于唯一地识别或联系某人的数据。当您使用本应用时,用户登录过程中我们将会收集为您提供服务所必须的个人信息,如:电话号码、邮箱。为了保护个人隐私,我们只会收集明确及合法的目的所必需的信息,而不会以与这些目的不相符的方式进一步处理相关信息。
@ -33,13 +35,15 @@
在法律要求的情况下,以及本公司认为必须披露与您有关的信息来保护本公司的法定权益和/或遵守司法程序、法院指令或适用本应用程序的法律程序时,我们有权透露您的个人信息。如果本公司确定为了执行本公司的条款和条件或保护我们的经营,披露是合理必须的,则我们可披露与您有关的信息。
3.5 本隐私政策的更改
我们会对隐私政策进行定期审核,为反映我们信息惯例的变更,我们可能会更新本隐私政策。如果决定更改隐私政策,我们会在本政策中、本公司网站中以及我们认为适当的位置发布这些更改,以便您了解我们如何收集、使用您的个人信息,哪些人可以访问这些信息,以及在什么情况下我们会透露这些信息。我们保留随时修改本政策的权利,因此请经常查看。您若继续使用本应用程序提供的服务,将被视为接受更新的隐私政策。
\n
<text class="main-text-title">四、资费政策</text>
\n
4.1 本公司有权决定我司星座守护精灵软件产品和服务的资费标准和收费方式,我公司可能会就不同的产品和服务制定不同的资费标准和收费方式,也可能按照我们所提供的产品和服务的不同阶段确定不同的资费标准和收费方式。另外,我司也可能不时地修改相关资费政策。
4.2 对于我司星座守护精灵软件的收费产品和服务,用户应该按照我司确定的资费政策购买我们的产品和服务。如果用户未按我司确定的资费政策购买我司的产品和服务,我司可以立即停止向用户提供该产品和服务。
4.3 除非法律另有明文规定,无论该等资费是否已被消费,我司有权决定是否、何时、以何种方式向用户退款。我司同意退款的,用户应补偿支付时使用信用卡、手机等支付渠道产生的费用,该等费用我司有权在返还用户的资费中直接扣收。我司在产品和服务提供过程中赠送的充值金额、虚拟货币、虚拟道具等,不予退款或变现。
\n
<text class="main-text-title">五、服务、协议的中断或终止</text>
\n
5.1 如发生下列任何一种情形,我司有权随时中断或终止向用户提供本协议项下的星座守护精灵软件服务和其他网络服务,对于因而产生的不便和损失,我司不承担任何责任:
1用户提供的个人资料不真实
2用户违反本协议中规定的用户行为准则及本协议其他条款约定的义务。
@ -53,8 +57,9 @@
5在紧急情况之下依照法律的规定或为用户及第三者之人身安全
6第三方原因或其他不可抗力的情形。
5.5 在适用法律许可的最大范围内,不管产品和服务由于任何原因终止,用户应采取相应的措施自行处理星座守护精灵软件及星座守护精灵软件平台上的虚拟物品。用户不得因终止服务而要求我司承担除用户已经购买但尚未使用的星座守护精灵软件虚拟货币以外任何形式的赔偿或补偿责任,包括但不限于因不再能继续使用星座守护精灵软件账号、星座守护精灵软件内虚拟物品等而要求的赔偿。
\n
<text class="main-text-title">六、用户权利与义务</text>
\n
6.1在用户同意接受本《协议》全部内容的前提下,我公司同意授予用户可撤销的、可变更的、非专有的、不可转让和不可再授权的许可权利。用户可在许可生效的时间内将本软件安装在个人使用的联网设备上,并以指定的方式运行本软件的一份副本并享受我公司提供的服务。我公司基于本《协议》授予用户的许可是针对个人使用的许可。如用户有需要在个人使用的范围以外使用本软件及服务或者将本软件与服务用于任何商业用途,则用户应与我公司联系并获得我公司另行授权。任何未经我公司许可的安装、使用、访问、显示、运行等行为均视为违反本协议。
6.2 除非本《协议》另有规定,否则,未经我公司书面同意,用户不得实施下列行为(无论是营利的还是非营利的):
1复制、翻拷、传播和陈列本软件的程序、使用手册和其它图文音像资料的全部或部分内容。
@ -82,23 +87,25 @@
3牢记用户填写的注册资料、历史信息。
我公司在为用户提供相关客户服务的前提是用户能表明用户是账号的所有人,这可能需要用户提供相关信息(包括但不限于注册信息、历史密码等)。用户理解,如果用户不能提供准确完整的注册资料及相关历史信息、未及时更新相关注册资料或者相关的证据,将有可能导致我公司无法判断用户的身份,从而无法为提供密码找回等相关服务,而我公司对此不承担任何责任。如因用户提交的相关信息资料不真实、不准确、不完整、不合法从而导致我公司作出错误的判断的,我公司有权终止为用户提供服务并追究用户的法律责任。
6.5我公司保留通过本软件和相关的服务向用户投放商业性广告的权利。
\n
<text class="main-text-title">七、违约责任</text>
\n
7.1用户同意保障和维护我公司及其他用户的利益,如因用户违反有关法律、法规或本《协议》项下的任何条款而给我公司造成损害,用户同意承担由此造成的损害赔偿责任,该等责任包括但不限于给我公司造成的任何直接或间接损失。
7.2 如用户违反本《协议》、我公司发布的其他规则或者国家法律法规规定,则我公司有权作出独立的判断,立即撤销相关许可,终止为用户提供服务并通过各种合法途径追究用户的法律责任。
\n
<text class="main-text-title">八、法律管辖</text>
\n
8.1 本协议的订立、执行和解释及争议的解决均应适用中国法律。
8.2 如双方就本协议内容或其执行发生任何争议,双方应尽量友好协商解决;协商不成时,任何一方均应向本软件平台所在地的人民法院提起诉讼。
\n
<text class="main-text-title">九、通知和送达</text>
\n
本协议项下所有的通知均可通过重要页面公告、电子邮件或常规的信件传送等方式进行; 该通知于发送之日视为已送达收件人。
\n
<text class="main-text-title">十、 其他规定</text>
\n
10.1 本协议构成双方对本协议之约定事项及其他有关事宜的完整协议,除本协议规定的之外,未赋予本协议各方其他权利。
10.2 如本协议中的任何条款无论因何种原因完全或部分无效或不具有执行力,本协议的其余条款仍应有效并且有约束力。
</text>
</view>
</view>

@ -141,7 +141,6 @@ Page({
header: {'Authorization': wx.getStorageSync('token')},
method: 'GET',
success: res => {
console.log(res,'111');
const letterStatus = res.data.data.letterStatus
// 这里可以判断是否有未读信札
if (letterStatus === 'sending') {

Loading…
Cancel
Save