mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-11 08:38:45 +00:00
提交挂机
This commit is contained in:
@@ -91,8 +91,7 @@ export class MainSreepsList extends Component {
|
||||
return;
|
||||
}
|
||||
|
||||
if(await GOnHookManager.getIns().onCatchCreeps(item.data))
|
||||
app.layer.Open(GUI.Tips,{text:"捕捉成功!"});
|
||||
await GOnHookManager.getIns().onCatchCreeps(item.data)
|
||||
|
||||
}
|
||||
|
||||
@@ -107,8 +106,7 @@ export class MainSreepsList extends Component {
|
||||
return;
|
||||
}
|
||||
|
||||
if(await GOnHookManager.getIns().onSellCreeps(item.data))
|
||||
app.layer.Open(GUI.Tips,{text:"出售成功!"});
|
||||
await GOnHookManager.getIns().onSellCreeps(item.data)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user