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
55cdb48c
Commit
55cdb48c
authored
Mar 06, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化充值时调用问题
parent
b2781ac7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
ad-popup.vue
vedio/components/ad-popup/ad-popup.vue
+1
-1
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+5
-1
ttVideoDetail.vue
vedio/pagesC/ttvideo/ttVideoDetail.vue
+5
-3
No files found.
vedio/components/ad-popup/ad-popup.vue
View file @
55cdb48c
...
...
@@ -33,7 +33,7 @@
data
()
{
return
{
adUnitId
:
EXPRESS_ID
,
countDown
:
0
,
countDown
:
3
,
};
},
methods
:
{
...
...
vedio/components/coin-popup/coin-popup.vue
View file @
55cdb48c
...
...
@@ -20,7 +20,7 @@
<view
style=
"display: flex;flex-direction: column;align-items: flex-end;"
>
<view
style=
"display: flex;flex-direction: row;"
>
<view
@
click=
"handleAgree"
style=
"margin-top: 12rpx;margin-right: 10rpx;"
>
付费须知>
</view>
<image
@
click=
"handleClose"
<image
@
click=
"handleCl
ickCl
ose"
style=
"width: 30rpx;height: 30rpx;display: flex;align-items: right;margin-top: 20rpx;margin-right: 20rpx;margin-bottom: 10rpx;"
src=
"@/static/index/ic_quit_white.png"
></image>
</view>
...
...
@@ -175,6 +175,10 @@
},
handleAgree
()
{
this
.
agreeFlag
=
true
},
handleClickClose
()
{
this
.
$refs
.
coinPop
.
close
(
'bottom'
);
this
.
$emit
(
'clickClose'
);
},
handleClose
()
{
this
.
$refs
.
coinPop
.
close
(
'bottom'
);
...
...
vedio/pagesC/ttvideo/ttVideoDetail.vue
View file @
55cdb48c
...
...
@@ -66,8 +66,8 @@
<episodePopup
ref=
"episodePopup"
@
selectVideo=
"selectThisVideo"
:windowWidth=
"windowWidth"
:windowHeight=
"windowHeight"
:tabIndex=
"tabIndex"
:tabs=
"tabs"
:subList=
"subList"
:originList=
"originList"
:originIndex=
"originIndex"
/>
<coin-popup
:show=
"showCoinPop"
:point=
"data.point"
:vedioId=
"data.vedioId"
@
close=
"
coinPopupClo
se"
@
paySuccess=
"paySuccess"
/>
<coin-popup
:show=
"showCoinPop"
:point=
"data.point"
:vedioId=
"data.vedioId"
@
close=
"
showCoinPop = fal
se"
@
clickClose=
"coinPopupClose"
@
paySuccess=
"paySuccess"
/>
<ad-popup
:show=
"showAdPop"
@
close=
"adPopupClose"
/>
</view>
</
template
>
...
...
@@ -536,7 +536,9 @@
},
coinPopupClose
()
{
this
.
showCoinPop
=
false
this
.
showAdPop
=
true
this
.
showAdPop
=
true
},
adPopupClose
()
{
this
.
showAdPop
=
false
...
...
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