修改页面逻辑

master
于肖磊 2025-12-01 14:37:56 +08:00
parent 17f17e2416
commit 2a0b7d5ad0
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,8 @@
ended() { ended() {
this.$emit('ended'); this.$emit('ended');
}, },
//#ifdef H5
// 访
// , , // , ,
auto_play_success(e) { auto_play_success(e) {
// //
@ -75,6 +77,7 @@
muted_tap() { muted_tap() {
this.muted = false; this.muted = false;
} }
// #endif
}, },
} }
</script> </script>