Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
cbb5eba3
Commit
cbb5eba3
authored
Jan 13, 2020
by
JingChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐私政策
parent
e0586fcc
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
11 deletions
+30
-11
icon.png
src/assets/image/icon.png
+0
-0
About.vue
src/pages/myInfo/About.vue
+5
-5
PrivacyPolicy.vue
src/pages/myInfo/PrivacyPolicy.vue
+22
-3
UserAgreement.vue
src/pages/myInfo/UserAgreement.vue
+3
-3
No files found.
src/assets/image/icon.png
View replaced file @
e0586fcc
View file @
cbb5eba3
55 KB
|
W:
|
H:
382 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/myInfo/About.vue
View file @
cbb5eba3
<
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"
>
...
...
src/pages/myInfo/PrivacyPolicy.vue
View file @
cbb5eba3
<
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
>
src/pages/myInfo/UserAgreement.vue
View file @
cbb5eba3
<
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment