Merge branch 'dev-yxl' of gitee.com:zongzhige/shopxo-uniapp into dev

master
gongfuxiang 2026-01-08 11:28:17 +08:00
commit 96864c8a31
1 changed files with 5 additions and 0 deletions

View File

@ -167,6 +167,11 @@
*/
// ,
auto_play_error() {
uni.showToast({
title: this.muted ? '静音播放失败' : '自动播放失败,已切换为静音播放',
icon: 'success',
mask: true
})
//
if (this.muted) {
this.$emit('mutedAutoPlayError');