Commit 93559250 by sunchao

隐私条款直接打开不显示返回键&电话号码修改

parent b973a23d
<template> <template>
<view class="container" > <view class="container" >
<text class="iconfont icon-youjiantou zuojiantou" @click="goBack()" style="top: 20rpx;"></text> <text class="iconfont icon-youjiantou zuojiantou" @click="goBack()" style="top: 20rpx;" v-if="isBack !=1"></text>
<view class="content" v-if="type == 1"> <view class="content" v-if="type == 1" :style="{'margin-top': isBack!=1 ? '60rpx' : '0'}">
<view class=""> <view class="">
【审慎阅读】您在申请注册流程中点击同意本协议之前,应当认真阅读本协议。请您务必审慎阅读、 【审慎阅读】您在申请注册流程中点击同意本协议之前,应当认真阅读本协议。请您务必审慎阅读、
充分理解各条款内容,特别是免除或者限制责任的条款、法律适用和争议解决条款。免除或者限制责 充分理解各条款内容,特别是免除或者限制责任的条款、法律适用和争议解决条款。免除或者限制责
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<view class="">2. 如因本协议产生之争议,您同意以CFFP联盟住所地人民法院为管辖法院。</view> <view class="">2. 如因本协议产生之争议,您同意以CFFP联盟住所地人民法院为管辖法院。</view>
<view class="">3. 本协议包含了您成为CFFP联盟会员所需要了解并遵守的协议条款,您在购买或接受CFFP联盟在线平台某课程或服务时还需要了解并签署该课程或服务的条款或具体约定(请参见您接受该产品或服务时签署的其他协议)。如本服务协议与具体产品或服务协议有不一致之处,以具体课程或服务的协议为准。</view> <view class="">3. 本协议包含了您成为CFFP联盟会员所需要了解并遵守的协议条款,您在购买或接受CFFP联盟在线平台某课程或服务时还需要了解并签署该课程或服务的条款或具体约定(请参见您接受该产品或服务时签署的其他协议)。如本服务协议与具体产品或服务协议有不一致之处,以具体课程或服务的协议为准。</view>
</view> </view>
<view v-if="type == 2" class="content"> <view v-if="type == 2" class="content" :style="{'margin-top': isBack!=1 ? '60rpx' : '0'}">
<h4>隐私条款</h4> <h4>隐私条款</h4>
<view class="">CFFP家庭财务策划师联盟是AIOFP中国分会。</view> <view class="">CFFP家庭财务策划师联盟是AIOFP中国分会。</view>
<view class="">AIOFP(Association of Independently Owned Financial Professionals)是澳洲最大的的独立金融专业人士协会)</view> <view class="">AIOFP(Association of Independently Owned Financial Professionals)是澳洲最大的的独立金融专业人士协会)</view>
...@@ -158,12 +158,14 @@ ...@@ -158,12 +158,14 @@
export default{ export default{
data(){ data(){
return { return {
type:null type:null,
isBack:null
} }
}, },
components:{}, components:{},
onLoad(options){ onLoad(options){
this.type = options.type; this.type = options.type;
this.isBack = options.isBack
}, },
methods:{ methods:{
goBack() { goBack() {
...@@ -178,8 +180,5 @@ ...@@ -178,8 +180,5 @@
<style lang="scss"> <style lang="scss">
.container{ .container{
padding: 30rpx; padding: 30rpx;
.content{
margin-top: 60rpx;
}
} }
</style> </style>
\ No newline at end of file
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
</view> </view>
<view class="" style="display: align-self: end;"> <view class="" style="display: align-self: end;">
<span><text style="color: #2D56A7;" @click="getFile(1)">《服务协议》 | </text><text style="color: #2D56A7;" @click="getFile(1)">《隐私政策》</text></span> <span><text style="color: #2D56A7;" @click="getFile(1)">《服务协议》 | </text><text style="color: #2D56A7;" @click="getFile(2)">《隐私政策》</text></span>
<p class="footer-text" style="margin: 10px 0;">客服电话:400:921-9029</p> <p class="footer-text" style="margin: 10px 0;">客服电话:400:921-9290</p>
<p class="footer-text">由江苏赢盾财务顾问有限公司提供</p> <p class="footer-text">由江苏赢盾财务顾问有限公司提供</p>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment