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