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
6bd5d396
Commit
6bd5d396
authored
Nov 28, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
5dbc1d29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
charge.vue
vedio/components/charge/charge.vue
+3
-3
vipPay.vue
vedio/pagesA/vipPay/vipPay.vue
+3
-3
No files found.
vedio/components/charge/charge.vue
View file @
6bd5d396
...
@@ -197,7 +197,7 @@
...
@@ -197,7 +197,7 @@
common
.
methods
.
post
({
common
.
methods
.
post
({
url
:
'/vip/getVipProducts/point'
,
url
:
'/vip/getVipProducts/point'
,
data
:
{
data
:
{
vedio
Id
:
that
.
point
<=
0
?
null
:
that
.
albumId
album
Id
:
that
.
point
<=
0
?
null
:
that
.
albumId
},
},
showLoading
:
false
,
showLoading
:
false
,
success
:
({
success
:
({
...
@@ -241,7 +241,7 @@
...
@@ -241,7 +241,7 @@
common
.
methods
.
post
({
common
.
methods
.
post
({
url
:
'/vip/getVipPayParams/douyin'
,
url
:
'/vip/getVipPayParams/douyin'
,
data
:
{
data
:
{
vedio
Id
:
that
.
point
<=
0
?
null
:
that
.
albumId
,
album
Id
:
that
.
point
<=
0
?
null
:
that
.
albumId
,
os
:
that
.
os
,
os
:
that
.
os
,
pid
:
vipBean
.
pid
pid
:
vipBean
.
pid
},
},
...
@@ -255,7 +255,7 @@
...
@@ -255,7 +255,7 @@
},
},
onVip
()
{
onVip
()
{
tt
.
navigateTo
({
tt
.
navigateTo
({
url
:
`/pagesA/vipPay/vipPay?
vedioId=`
+
this
.
vedio
Id
url
:
`/pagesA/vipPay/vipPay?
albumId=`
+
this
.
album
Id
})
})
this
.
handleClose
();
this
.
handleClose
();
},
},
...
...
vedio/pagesA/vipPay/vipPay.vue
View file @
6bd5d396
...
@@ -149,14 +149,14 @@
...
@@ -149,14 +149,14 @@
selectedVipIndex
:
-
1
,
selectedVipIndex
:
-
1
,
btnText
:
''
,
btnText
:
''
,
slotParam
:
''
,
slotParam
:
''
,
vedio
Id
:
''
,
album
Id
:
''
,
userBean
:
{},
userBean
:
{},
os
:
'android'
,
os
:
'android'
,
showKefuPop
:
false
showKefuPop
:
false
}
}
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
this
.
vedioId
=
options
.
vedio
Id
this
.
albumId
=
options
.
album
Id
let
that
=
this
;
let
that
=
this
;
if
(
tt
.
getSystemInfoSync
().
platform
===
'ios'
)
{
if
(
tt
.
getSystemInfoSync
().
platform
===
'ios'
)
{
this
.
os
=
'ios'
;
this
.
os
=
'ios'
;
...
@@ -385,7 +385,7 @@
...
@@ -385,7 +385,7 @@
this
.
post
({
this
.
post
({
url
:
'/vip/getVipPayParams/douyin'
,
url
:
'/vip/getVipPayParams/douyin'
,
data
:
{
data
:
{
vedioId
:
that
.
point
<=
0
?
null
:
that
.
vedio
Id
,
albumId
:
that
.
point
<=
0
?
null
:
that
.
album
Id
,
os
:
that
.
os
,
os
:
that
.
os
,
pid
:
vipBean
.
pid
pid
:
vipBean
.
pid
},
},
...
...
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