Authored by ityuany

自动播放

... ... @@ -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');
}
});
... ...