迁移银行弹窗基础按钮事件绑定
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user