Commit cbb5eba3 authored by JingChao's avatar JingChao

隐私政策

parent e0586fcc
src/assets/image/icon.png

55 KB | W: | H:

src/assets/image/icon.png

382 KB | W: | H:

src/assets/image/icon.png
src/assets/image/icon.png
src/assets/image/icon.png
src/assets/image/icon.png
  • 2-up
  • Swipe
  • Onion skin
<template> <template>
<h-view class="public-style about" title="关于津易租"> <h-view class="public-style about" title="关于徐工金服">
<h-header> <h-header :proportion="[5,1,1]" class="bar-custom">
<div slot="left" class="h-header-btn" @click="$routeGo()"> <div slot="left" class="h-header-btn" @click="$routeGo()">
<i class="ion-ios-arrow-back"/> <img src="@/assets/userBind/arrow.png" @click="$routeGo()">
<span>关于徐工金服</span>
</div> </div>
<div slot="center">关于津易租</div>
</h-header> </h-header>
<h-content> <h-content>
<div class="about-content"> <div class="about-content">
<img class="icon" src="@/assets/image/icon.png"> <img class="icon" src="@/assets/image/icon.png">
<div class="version">津易租 v{{ currentVersion }}</div> <div class="version">徐工金服 v{{ currentVersion }}</div>
</div> </div>
<list-item> <list-item>
<item :show-arrow="true" @click.native="userAgree"> <item :show-arrow="true" @click.native="userAgree">
......
<template> <template>
<h-view class="privacy public-style"> <h-view class="privacy public-style">
<h-header> <h-header :proportion="[5,1,1]" class="bar-custom">
<div slot="left" class="h-header-btn" @click="$routeGo()"> <div slot="left" class="h-header-btn" @click="$routeGo()">
<i class="ion-ios-arrow-back"/> <img src="@/assets/userBind/arrow.png" @click="$routeGo()">
<span>隐私政策</span>
</div> </div>
<div slot="center">隐私政策</div>
</h-header> </h-header>
<h-content class=""> <h-content class="">
<p class="title" style="text-align: center">隐私声明</p> <p class="title" style="text-align: center">隐私声明</p>
...@@ -154,12 +154,27 @@ ...@@ -154,12 +154,27 @@
有关详细信息,请与您天津市的数据保护机构联系。 有关详细信息,请与您天津市的数据保护机构联系。
</p> </p>
</h-content> </h-content>
<bottom-tab v-if="buttonFlag">
<tab-button @click.native="$routeGo">不同意</tab-button>
<tab-button class="agreeBtn" @click.native="privacyAgree">同意</tab-button>
</bottom-tab>
</h-view> </h-view>
</template> </template>
<script> <script>
export default { export default {
name: 'PrivacyPolicy', name: 'PrivacyPolicy',
data () {
return {
buttonFlag: this.$route.params.button,
}
},
methods: {
privacyAgree () {
window.localStorage.setItem('isReadPolicy', true)
this.$routeGo()
},
},
} }
</script> </script>
...@@ -181,6 +196,10 @@ export default { ...@@ -181,6 +196,10 @@ export default {
line-height: 18px; line-height: 18px;
} }
} }
.agreeBtn{
background-color: @headerColor;
color: #fff;
}
} }
</style> </style>
<template> <template>
<h-view class="user-agree public-style"> <h-view class="user-agree public-style">
<h-header> <h-header :proportion="[5,1,1]" class="bar-custom">
<div slot="left" class="h-header-btn" @click="$routeGo()"> <div slot="left" class="h-header-btn" @click="$routeGo()">
<i class="ion-ios-arrow-back"/> <img src="@/assets/userBind/arrow.png" @click="$routeGo()">
<span>用户协议</span>
</div> </div>
<div slot="center">用户协议</div>
</h-header> </h-header>
<h-content> <h-content>
<p class="title">徐工金服在线服务协议</p> <p class="title">徐工金服在线服务协议</p>
......
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