✨ feat(活动): 节日活动-火神祭祀
This commit is contained in:
@@ -41,6 +41,7 @@ import { getPopNoticeData } from './popNoticeService';
|
||||
import { _getActivities, _getActivitiesByServerId, _getActivitiesByType, _getActivityById } from './activityRemoteService';
|
||||
import { getGroupShopDataShow } from './groupShopService';
|
||||
import { getBindPhoneDataShow } from './bindPhoneService';
|
||||
import { getPlayerForgeDataShow } from './forgeService';
|
||||
|
||||
/**
|
||||
* 获取活动数据
|
||||
@@ -232,6 +233,11 @@ export async function getActivity(serverId: number, roleId: string, uid: number,
|
||||
activityData = await getBindPhoneDataShow(activityId, roleId, serverId, uid);
|
||||
break
|
||||
}
|
||||
case ACTIVITY_TYPE.FORGE:
|
||||
{
|
||||
activityData = await getPlayerForgeDataShow(activityId, serverId, roleId);
|
||||
break
|
||||
}
|
||||
default: {
|
||||
console.log('未知活动类型.........', activityType)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user