Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张文文
2019-10-16 10:24:34 +0800
Commit
62e9c0fb55472cdebad30e82afecae9038d09c5f
1 parent
7ee3e0a2
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
apps/pages/order/order-list/components/video-player.vue
apps/pages/order/order-list/components/video-player.vue
View file @
62e9c0f
...
...
@@ -133,9 +133,8 @@ export default {
parentHandleclick() {
this.showPlayer();
this.player.play();
const timeId = setTimeout(() => {
this.player.play();
this.player.requestFullscreen();
clearTimeout(timeId);
});
...
...
Please
register
or
login
to post a comment