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
193e8b24
Commit
193e8b24
authored
Jan 03, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug优化
parent
c3260a91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+4
-3
my.vue
vedio/pages/my/my.vue
+1
-1
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
193e8b24
...
@@ -128,13 +128,14 @@
...
@@ -128,13 +128,14 @@
if
(
data
.
list
[
i
].
forFirst
==
1
&&
!
tempFirstPayFlag
)
{
if
(
data
.
list
[
i
].
forFirst
==
1
&&
!
tempFirstPayFlag
)
{
// 首充
// 首充
tempFirstPayFlag
=
true
;
tempFirstPayFlag
=
true
;
that
.
firstPayList
.
push
(
data
.
list
[
i
]);
that
.
firstPayList
.
push
(
data
.
list
[
i
]);
that
.
firstCash
=
data
.
list
[
i
].
firstPayPrice
;
that
.
title
=
that
.
firstCash
+
' 元自动解锁后续剧集'
;
}
else
{
}
else
{
that
.
vipList
.
push
(
data
.
list
[
i
]);
that
.
vipList
.
push
(
data
.
list
[
i
]);
}
}
}
}
that
.
firstCash
=
data
.
list
[
0
].
firstPayPrice
;
that
.
title
=
that
.
firstCash
+
' 元自动解锁后续剧集'
;
that
.
handlePay
()
that
.
handlePay
()
}
else
{
}
else
{
that
.
vipList
=
data
.
list
;
that
.
vipList
=
data
.
list
;
...
...
vedio/pages/my/my.vue
View file @
193e8b24
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
},
},
methods
:
{
methods
:
{
show
()
{
show
()
{
//
this.os = wx.getSystemInfoSync().platform;
this
.
os
=
wx
.
getSystemInfoSync
().
platform
;
this
.
windowHeight
=
uni
.
getSystemInfoSync
().
windowHeight
this
.
windowHeight
=
uni
.
getSystemInfoSync
().
windowHeight
// loadData() {
// loadData() {
this
.
post
({
this
.
post
({
...
...
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