迁移银行弹窗基础按钮事件绑定

This commit is contained in:
2026-04-25 08:08:39 +08:00
parent 37e4c5d4c5
commit 1a750f2fe7
3 changed files with 96 additions and 8 deletions
+4
View File
@@ -19,6 +19,7 @@ export {
openAdminBaccaratLossCoverModal,
submitBaccaratLossCoverEvent,
} from "./chat-room/baccarat-loss-cover-admin.js";
export { bindBankControls } from "./chat-room/bank-controls.js";
export { bindFishingControls } from "./chat-room/fishing.js";
export { bindProfileControls } from "./chat-room/profile-controls.js";
export { bindShopControls } from "./chat-room/shop-controls.js";
@@ -66,6 +67,7 @@ import {
openAdminBaccaratLossCoverModal,
submitBaccaratLossCoverEvent,
} from "./chat-room/baccarat-loss-cover-admin.js";
import { bindBankControls } from "./chat-room/bank-controls.js";
import { bindFishingControls } from "./chat-room/fishing.js";
import { bindProfileControls } from "./chat-room/profile-controls.js";
import { bindShopControls } from "./chat-room/shop-controls.js";
@@ -119,6 +121,7 @@ if (typeof window !== "undefined") {
loadAdminCurrentLossCoverEvent,
openAdminBaccaratLossCoverModal,
submitBaccaratLossCoverEvent,
bindBankControls,
bindFishingControls,
bindProfileControls,
bindShopControls,
@@ -170,6 +173,7 @@ if (typeof window !== "undefined") {
bindToolbarControls();
bindAdminMenuControls();
bindBaccaratLossCoverAdminControls();
bindBankControls();
bindFishingControls();
bindProfileControls();
bindShopControls();