mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-06-19 19:17:21 +08:00
.
This commit is contained in:
@@ -59,7 +59,7 @@ export default class ButtonSimple extends Component {
|
||||
}
|
||||
|
||||
/** 短按触摸音效 */
|
||||
protected async playEffect() {
|
||||
protected playEffect() {
|
||||
if (ButtonSimple.effectPath) {
|
||||
oops.audio.playEffect(ButtonSimple.effectPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user