From 0ab6cdbb96d1efc00cbca105917aa021ad2491ef Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期二, 06 五月 2025 09:55:36 +0800 Subject: [PATCH] 1.新增扫描成功和失败音效。 --- H5/Js/Config.js | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/H5/Js/Config.js b/H5/Js/Config.js index 34c944e..4eeffc6 100644 --- a/H5/Js/Config.js +++ b/H5/Js/Config.js @@ -131,6 +131,14 @@ console.error("鍏抽棴鎽勫儚澶村け璐�:", err); }); } + }, + + testSuccessSound() { + this.$playSound('success'); + }, + + testErrorSound() { + this.$playSound('error'); } } -}) \ No newline at end of file +}) -- Gitblit v1.9.3