Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
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
android
uniapp_vedio
Commits
23b8a74c
Commit
23b8a74c
authored
Jul 25, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加协议
parent
961c9861
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
vipPay.vue
vedio/pagesA/vipPay/vipPay.vue
+16
-7
No files found.
vedio/pagesA/vipPay/vipPay.vue
View file @
23b8a74c
...
...
@@ -40,11 +40,13 @@
<view
class=
"agreementWrp"
>
<checkbox-group
@
change=
"checkboxChange"
style=
"width: 50rpx;"
>
<checkbox
:checked=
"checked"
style=
"transform:scale(0.6)"
>
</checkbox>
<checkbox
:checked=
"checked"
style=
"transform:scale(0.6)"
>
</checkbox>
</checkbox-group>
<text>
您已阅读并同意
<text
class=
"agreementText"
@
click
.
stop=
"goAgreement"
>
《连续订阅服务协议》
</text>
与
<text
class=
"agreementText"
@
click
.
stop=
"goAgreement"
>
《支付协议》
</text>
<text
class=
"agreementText"
@
click=
"goAgreement(1)"
>
《连续订阅服务协议》
</text>
与
<text
class=
"agreementText"
@
click=
"goAgreement(2)"
>
《支付协议》
</text>
与
<text
class=
"agreementText"
@
click=
"goAgreement(3)"
>
《河狸小故事隐私政策》
</text>
</text>
</view>
...
...
@@ -179,8 +181,14 @@
this
.
checked
=
false
}
},
goAgreement
()
{
goAgreement
(
type
)
{
if
(
type
==
1
)
{
navigateTo
(
`/pages/brower/brower?url=https://shimo.im/docs/8Nk6e25xxvUgzzqL/`
)
}
else
if
(
type
==
2
)
{
navigateTo
(
`/pages/brower/brower?url=https://shimo.im/docs/dPkpdQXbzrFwdNkO/`
)
}
else
if
(
type
==
3
)
{
navigateTo
(
`/pages/brower/brower?url=https://shimo.im/docs/0l3NMneJEVCgOBAR/`
)
}
}
}
}
...
...
@@ -193,6 +201,7 @@
flex-direction
:
column
;
.section
{
margin-top
:
30rpx
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -233,7 +242,7 @@
.row
{
display
:
flex
;
align-items
:
center
;
margin
:
4
rpx
15rpx
;
margin
:
6
rpx
15rpx
;
marign-bottom
:
0
;
}
...
...
@@ -247,7 +256,6 @@
color
:
#000000
;
}
.price
{
font-size
:
40rpx
;
color
:
#000000
;
...
...
@@ -339,6 +347,7 @@
align-items
:
center
;
color
:
darkgray
;
font-size
:
26rpx
;
margin-top
:
30rpx
;
padding-left
:
30rpx
;
.agreementText
{
...
...
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