修改提示信息

master
于肖磊 2026-01-08 11:02:51 +08:00
parent c171dfdc0c
commit 0b284f1bf9
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@
})
.catch((error) => {
uni.showToast({
title: '播放失败' + videoElement.muted,,
title: '播放失败' + videoElement.muted,
icon: 'error',
mask: true
})