Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
2903ff34
Commit
2903ff34
authored
Jan 13, 2022
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改消费用户协议页面;
parent
d1442fb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
91 additions
and
16 deletions
+91
-16
src/pages.json
src/pages.json
+1
-1
src/pages/UserAgreement/UserAgreement.vue
src/pages/UserAgreement/UserAgreement.vue
+90
-15
No files found.
src/pages.json
View file @
2903ff34
...
@@ -318,7 +318,7 @@
...
@@ -318,7 +318,7 @@
"style"
:
"style"
:
{
{
"navigationStyle"
:
"custom"
,
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"用户协议"
,
"navigationBarTitleText"
:
"
消费
用户协议"
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
...
...
src/pages/UserAgreement/UserAgreement.vue
View file @
2903ff34
<
template
>
<
template
>
<view
class=
"UserAgreement"
>
<view
class=
"UserAgreement"
>
<view
class=
"AgreementI
tem"
@
click=
"ToAgreement(1)
"
>
<view
class=
"AgreementI
con
"
>
<
van-icon
name=
"question"
/>
《服务协议》
<
image
:src=
"ImgUrl+'xzf/AgreementIcon.png'"
mode=
"aspectFit"
></image>
</view>
</view>
<view
class=
"AgreementItem"
@
click=
"ToAgreement(2)"
>
<view
class=
"AgreementList"
>
<van-icon
name=
"question"
/>
《隐私权政策》
<view
class=
"AgreementItem"
@
click=
"ToAgreement(1)"
style=
"border-bottom: none;"
>
</view>
<view
class=
"left"
>
<view
class=
"AgreementItem"
@
click=
"ToAgreement(3)"
>
<image
:src=
"ImgUrl+'xzf/AgreementIcon1.png'"
mode=
"aspectFit"
></image>
<van-icon
name=
"question"
/>
《未成年人个人信息保护规则》
<view
class=
""
>
《服务协议》
</view>
</view>
<view
class=
"right"
>
>
</view>
</view>
<view
class=
"AgreementItem"
@
click=
"ToAgreement(2)"
style=
"border-bottom: none;"
>
<view
class=
"left"
>
<image
:src=
"ImgUrl+'xzf/AgreementIcon2.png'"
mode=
"aspectFit"
></image>
<view
class=
""
>
《隐私权政策》
</view>
</view>
<view
class=
"right"
>
>
</view>
</view>
<view
class=
"AgreementItem"
@
click=
"ToAgreement(3)"
>
<view
class=
"left"
>
<image
:src=
"ImgUrl+'xzf/AgreementIcon3.png'"
mode=
"aspectFit"
></image>
<view
class=
""
>
《未成年人个人信息保护规则》
</view>
</view>
<view
class=
"right"
>
>
</view>
</view>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -21,7 +44,8 @@
...
@@ -21,7 +44,8 @@
seesionID
:
''
,
seesionID
:
''
,
userID
:
''
,
userID
:
''
,
AppID
:
''
AppID
:
''
}
},
ImgUrl
:
this
.
$ImgUrl
}
}
},
},
onLoad
:
function
(
options
)
{
onLoad
:
function
(
options
)
{
...
@@ -44,17 +68,68 @@
...
@@ -44,17 +68,68 @@
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.AgreementIcon
{
text-align
:
center
;
image
{
width
:
265rpx
;
height
:
147rpx
;
position
:
relative
;
}
}
.UserAgreement
{
.UserAgreement
{
padding-top
:
300rpx
;
padding-top
:
111rpx
;
margin-left
:
150rpx
;
// margin-left: 150rpx;
.AgreementList
{
width
:
638rpx
;
height
:
144rpx
;
margin
:
0
auto
;
margin-top
:
88rpx
;
}
.AgreementItem
{
.AgreementItem
{
font-family
:
PingFang
SC
;
height
:
144rpx
;
font-size
:
35rpx
;
width
:
100%
;
border-top
:
1rpx
solid
#DDDDDD
;
border-bottom
:
1rpx
solid
#DDDDDD
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
image
{
width
:
70rpx
;
height
:
70rpx
;
position
:
relative
;
}
.left
{
display
:
flex
;
align-items
:
center
;
}
.right
{
padding-right
:
24rpx
;
}
font-size
:
28rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
800
;
color
:
rgba
(
0
,
0
,
0
,
0
.85
);
line-height
:
40rpx
;
// font-family: PingFang SC;
// font-size: 35rpx;
letter-spacing
:
1rpx
;
letter-spacing
:
1rpx
;
font-weight
:
600
;
//
font-weight: 600;
color
:
#34C98E
;
//
color: #34C98E;
line-height
:
100rpx
;
//
line-height: 100rpx;
}
}
}
}
</
style
>
</
style
>
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