修改 球局详情,添加 页面不适用组件
This commit is contained in:
@@ -76,6 +76,7 @@ export interface GameData {
|
||||
max_participants: number;
|
||||
weather: Weather[];
|
||||
user_action_status: UserActionStatus;
|
||||
is_disabled: number;
|
||||
}
|
||||
|
||||
export enum MATCH_STATUS {
|
||||
@@ -107,6 +108,7 @@ class GameDetailService {
|
||||
{ id },
|
||||
{
|
||||
showLoading: false,
|
||||
showToast: false,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user