Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ityuany
2019-08-13 15:39:09 +0800
Commit
1bd5429523de7583dec093f85b3ef2b147b101c7
1 parent
4abc305d
自动播放
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/components/videos/video-player.vue
apps/components/videos/video-player.vue
View file @
1bd5429
...
...
@@ -190,7 +190,7 @@ export default {
});
this.$yoho.getNetStatus({}, (res) => {
if (res?.wifi === 1) {
if (res?.wifi ===
'1' || res?.wifi ===
1) {
this.player.autoplay('muted');
}
});
...
...
Please
register
or
login
to post a comment