38 lines
2.4 KiB
Plaintext
38 lines
2.4 KiB
Plaintext
<!--用户协议页 - 审核要求可点击查看-->
|
|
<view class="page">
|
|
<view class="nav-bar" style="padding-top: {{statusBarHeight}}px;">
|
|
<view class="nav-back" bindtap="goBack">←</view>
|
|
<text class="nav-title">用户协议</text>
|
|
<view class="nav-placeholder"></view>
|
|
</view>
|
|
<view class="nav-placeholder" style="height: {{statusBarHeight + 44}}px;"></view>
|
|
|
|
<scroll-view class="content" scroll-y enhanced show-scrollbar>
|
|
<view class="doc-card">
|
|
<text class="doc-title">Soul创业实验 用户服务协议</text>
|
|
<text class="doc-update">更新日期:以小程序内展示为准</text>
|
|
|
|
<text class="doc-section">一、接受条款</text>
|
|
<text class="doc-p">欢迎使用 Soul创业实验 小程序。使用本服务即表示您已阅读、理解并同意受本协议约束。若不同意,请勿使用本服务。</text>
|
|
|
|
<text class="doc-section">二、服务说明</text>
|
|
<text class="doc-p">本小程序提供《一场Soul的创业实验》等数字内容阅读、推广与相关服务。我们保留变更、中断或终止部分或全部服务的权利。</text>
|
|
|
|
<text class="doc-section">三、用户行为规范</text>
|
|
<text class="doc-p">您应合法、合规使用本服务,不得利用本服务从事违法违规活动,不得侵犯他人权益。违规行为可能导致账号限制或追究责任。</text>
|
|
|
|
<text class="doc-section">四、知识产权</text>
|
|
<text class="doc-p">本小程序内全部内容(包括但不限于文字、图片、音频、视频)的知识产权归本小程序或权利人所有,未经授权不得复制、传播或用于商业用途。</text>
|
|
|
|
<text class="doc-section">五、免责与限制</text>
|
|
<text class="doc-p">在法律允许范围内,因网络、设备或不可抗力导致的服务中断或数据丢失,我们尽力减少损失但不承担超出法律规定的责任。</text>
|
|
|
|
<text class="doc-section">六、协议变更</text>
|
|
<text class="doc-p">我们可能适时修订本协议,修订后将在小程序内公示。若您继续使用服务,即视为接受修订后的协议。</text>
|
|
|
|
<text class="doc-section">七、联系我们</text>
|
|
<text class="doc-p">如有疑问,请通过小程序内「关于作者」或 Soul 派对房与我们联系。</text>
|
|
</view>
|
|
</scroll-view>
|
|
</view>
|