|
|
@@ -29,7 +29,7 @@ export default class BtnOpenPanel extends cc.Component {
|
|
|
}
|
|
|
|
|
|
private async openPanel() {
|
|
|
- mk.audio.playEffect("button", true);
|
|
|
+ mk.audio.playEffect("button");
|
|
|
if (!this.panel_name) return;
|
|
|
await mk.ui.openPanel(this.panel_name, this.open_type);
|
|
|
const c_count = this.onComplete.length;
|