添加提示信息

master
于肖磊 2026-01-08 10:47:57 +08:00
parent 4f52715273
commit a4e9905387
1 changed files with 8 additions and 0 deletions

View File

@ -65,11 +65,19 @@
},
methods: {
muted_auto_play_success(is_muted) {
uni.showToast({
title: this.is_muted ? '静音播放成功' : '222225',
icon: 'none'
});
if (is_muted) {
this.is_muted_auto_play_success = true;
}
},
muted_auto_play_error() {
uni.showToast({
title: '显示图标提示',
icon: 'none'
});
this.is_muted_auto_play_error = true;
},
//