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
bbcc2f19
Commit
bbcc2f19
authored
Aug 19, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
付费弹窗优化匹配用户提示
parent
819117c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+12
-5
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
bbcc2f19
...
@@ -141,7 +141,8 @@
...
@@ -141,7 +141,8 @@
data
data
})
=>
{
})
=>
{
this
.
vipList
=
data
.
list
;
this
.
vipList
=
data
.
list
;
if
(
data
.
list
!=
null
)
{
if
(
data
.
list
!=
null
)
{
this
.
hintText
=
this
.
vipList
[
0
].
trailRemark
;
for
(
let
i
=
0
;
i
<
data
.
list
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
data
.
list
.
length
;
i
++
)
{
if
(
data
.
list
[
i
].
activityType
==
1
)
{
if
(
data
.
list
[
i
].
activityType
==
1
)
{
this
.
selectedIndex
=
i
;
this
.
selectedIndex
=
i
;
...
@@ -188,8 +189,13 @@
...
@@ -188,8 +189,13 @@
this
.
$emit
(
'close'
);
this
.
$emit
(
'close'
);
},
},
choosePack
(
item
,
index
)
{
choosePack
(
item
,
index
)
{
this
.
selectedIndex
=
index
;
this
.
selectedIndex
=
index
;
this
.
hintText
=
this
.
vipList
[
this
.
selectedIndex
].
trailRemark
;
if
(
this
.
vipList
[
this
.
selectedIndex
].
trailRemark
!=
null
){
this
.
hintText
=
this
.
vipList
[
this
.
selectedIndex
].
trailRemark
;
}
else
{
this
.
hintText
=
''
;
}
this
.
handlePay
();
this
.
handlePay
();
},
},
handlePay
()
{
handlePay
()
{
...
@@ -396,8 +402,9 @@
...
@@ -396,8 +402,9 @@
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
font-size
:
30rpx
;
font-size
:
30rpx
;
color
:
gainsboro
;
color
:
darkgray
;
margin
:
20rpx
;
margin-left
:
20rpx
;
margin-right
:
20rpx
;
word-wrap
:
break-word
;
word-wrap
:
break-word
;
word-break
:
break-all
;
word-break
:
break-all
;
white-space
:
pre-line
;
white-space
:
pre-line
;
...
...
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