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
974447ee
Commit
974447ee
authored
Jul 31, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化样式
parent
ee3b8180
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
warehouse.vue
vedio/components/warehouse/warehouse.vue
+2
-2
vipPay.vue
vedio/pagesA/vipPay/vipPay.vue
+12
-7
No files found.
vedio/components/warehouse/warehouse.vue
View file @
974447ee
<
template
>
<
view
>
<
z-paging
>
<book-search-box
id=
'search'
></book-search-box>
<CategoryBar
id=
'category'
:range=
'categorys'
:current=
'currentIndex'
@
change=
'changeCategory'
@
ready=
'readyCategory'
></CategoryBar>
...
...
@@ -16,7 +16,7 @@
</swiper>
</view>
<!--
<c-login></c-login>
-->
</
view
>
</
z-paging
>
</
template
>
<
script
>
...
...
vedio/pagesA/vipPay/vipPay.vue
View file @
974447ee
...
...
@@ -42,7 +42,7 @@
</view>
</view>
<view
class=
"trialStyle"
>
<view
class=
"trialStyle"
v-if=
"false"
>
<text
v-if=
"hintText"
>
{{
hintText
}}
</text>
...
...
@@ -54,8 +54,7 @@
</checkbox>
</checkbox-group>
<view>
您已阅读并同意
<text
class=
"agreementText"
@
click=
"goAgreement(1)"
>
《连续订阅服务协议》
</text>
与
<text
class=
"agreementText"
@
click=
"goAgreement(2)"
>
《支付协议》
</text>
<text
class=
"agreementText"
@
click=
"goAgreement(2)"
>
《支付协议》
</text>
与
<text
class=
"agreementText"
@
click=
"goAgreement(3)"
>
《隐私政策》
</text>
</view>
</view>
...
...
@@ -209,11 +208,17 @@
},
goAgreement
(
type
)
{
if
(
type
==
1
)
{
navigateTo
(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/xxx/gmxy.html`
)
navigateTo
(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/kshelibook/gmxy.html`
)
}
else
if
(
type
==
2
)
{
navigateTo
(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/xxx/syzc.html`
)
navigateTo
(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/kshelibook/syzc.html`
)
}
else
if
(
type
==
3
)
{
navigateTo
(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/xxx/yhxy.html`
)
navigateTo
(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/kshelibook/yhxy.html`
)
}
}
}
...
...
@@ -258,7 +263,7 @@
.pack-content
{
width
:
100%
;
height
:
32
0rpx
;
height
:
26
0rpx
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
...
...
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