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
10fa1a8c
Commit
10fa1a8c
authored
Aug 07, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
adf7bfe2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
common.js
vedio/mixins/common.js
+1
-1
task.vue
vedio/pagesA/task/task.vue
+4
-4
ttVideoDetail.vue
vedio/pagesC/ttvideo/ttVideoDetail.vue
+0
-1
No files found.
vedio/mixins/common.js
View file @
10fa1a8c
...
...
@@ -156,7 +156,7 @@ export default {
}
},
fail
:
(
e
)
=>
{
message
.
notify
(
'服务器开小差了'
);
//
message.notify('服务器开小差了');
// alert({
// content: JSON.stringify(e)
// });
...
...
vedio/pagesA/task/task.vue
View file @
10fa1a8c
...
...
@@ -184,10 +184,10 @@
this
.
ad
.
load
();
},
showAd
(
item
,
isSign
)
{
let
that
=
this
this
.
ad
.
closeHandler
=
function
(
res
)
{
let
that
=
this
this
.
ad
.
onClose
((
res
)
=>
{
tt
.
hideLoading
();
if
(
data
.
isEnded
)
{
if
(
res
.
isEnded
)
{
if
(
isSign
)
{
that
.
reportTaskPointMore
(
item
)
}
else
{
...
...
@@ -196,7 +196,7 @@
}
else
{
message
.
notify
(
'未观看完视频'
);
}
};
}
)
;
this
.
ad
.
onClose
(
this
.
ad
.
closeHandler
)
this
.
ad
.
show
();
...
...
vedio/pagesC/ttvideo/ttVideoDetail.vue
View file @
10fa1a8c
...
...
@@ -571,7 +571,6 @@
});
let
that
=
this
this
.
ad
.
onClose
((
res
)
=>
{
uni
.
hideLoading
();
if
(
res
&&
res
.
isEnded
||
res
===
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