数数:修改埋点

This commit is contained in:
luying
2021-12-15 11:05:45 +08:00
parent cb865ae6af
commit 4284ca0193
2 changed files with 12 additions and 3 deletions

View File

@@ -917,6 +917,12 @@ export enum GUILD_MASTER_CHANGE_WAY {
BACKEND = "后台",
}
export enum GUILD_QUIT_WAY {
QUIT = '主动退出',
KICK = '踢出',
DISMISS = '解散',
}
export function getAuctionSourceTypeName(sourceType: number) {
switch(sourceType) {
case 1: return '军团演武';