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
761cf189
Commit
761cf189
authored
Aug 12, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
看广告时,按钮不可以用 领取福利来引导用户
parent
d83a5415
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ad-more-popup.vue
vedio/components/ad-more-popup/ad-more-popup.vue
+3
-3
No files found.
vedio/components/ad-more-popup/ad-more-popup.vue
View file @
761cf189
...
...
@@ -7,7 +7,7 @@
<text
class=
"info"
>
再看一个广告可额外解锁 2 集视频,是否继续观看广告领取福利?
</text>
<view
class=
"flex space"
>
<text
class=
"button1"
@
click=
"onClose"
>
取消
</text>
<text
class=
"button2"
@
click=
"handleAd"
>
领取福利
</text>
<text
class=
"button2"
@
click=
"handleAd"
>
看广告领取
</text>
</view>
</view>
</view>
...
...
@@ -90,7 +90,7 @@
}
.button1
{
width
:
2
0
0rpx
;
width
:
2
1
0rpx
;
height
:
80rpx
;
line-height
:
80rpx
;
text-align
:
center
;
...
...
@@ -103,7 +103,7 @@
}
.button2
{
width
:
2
0
0rpx
;
width
:
2
1
0rpx
;
height
:
80rpx
;
line-height
:
80rpx
;
text-align
:
center
;
...
...
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