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
9907bacb
Commit
9907bacb
authored
Jun 04, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付产品优化
parent
39969b32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
vipPay.vue
vedio/pagesA/vipPay/vipPay.vue
+2
-7
ttVideoDetail.vue
vedio/pagesC/ttvideo/ttVideoDetail.vue
+0
-5
No files found.
vedio/pagesA/vipPay/vipPay.vue
View file @
9907bacb
...
...
@@ -263,7 +263,7 @@
},
handlePay
()
{
let
that
=
this
;
let
vipBean
=
this
.
vip
List
[
this
.
selectedIndex
];
let
vipBean
=
this
.
point
List
[
this
.
selectedIndex
];
if
(
this
.
selectedIndex
==
-
1
)
{
// vip充值
vipBean
=
this
.
vipList
[
this
.
selectedVipIndex
];
...
...
@@ -350,12 +350,7 @@
success
:
({
data
})
=>
{
if
(
that
.
selectedIndex
==
-
1
)
{
// vip充值
that
.
paySuccess
(
that
.
vipList
[
that
.
selectedVipIndex
].
largeType
)
}
else
{
that
.
paySuccess
(
that
.
pointList
[
that
.
selectedIndex
].
largeType
)
}
message
.
notify
(
'充值成功,快去看剧吧'
);
}
});
}
...
...
vedio/pagesC/ttvideo/ttVideoDetail.vue
View file @
9907bacb
...
...
@@ -142,11 +142,6 @@
canUseTTPlayer
:
true
,
};
},
onBackPress
(
options
)
{
message
.
notify
(
'onBackPress'
);
console
.
log
(
'from:'
+
options
.
from
);
return
true
;
},
onLoad
(
options
)
{
this
.
data
=
JSON
.
parse
(
decodeURIComponent
(
options
.
data
));
if
(
decodeURIComponent
(
options
.
isPlayNext
)
!=
undefined
)
{
...
...
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