清理 ui1 ui2 精简到ui3 和ui4
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import { _decorator, Component, instantiate, Node, Prefab, UITransform } from 'cc';
|
||||
import { smc } from '../common/SingletonModuleComp';
|
||||
import { oops } from 'db://oops-framework/core/Oops';
|
||||
import { HCardUICom } from './HCardUICom';
|
||||
import { HeroConSet } from '../common/config/BoxSet';
|
||||
import { getHeroList } from '../common/config/heroSet';
|
||||
import { finishCurrGuide, startGuide } from '../common/config/Guide';
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@ccclass('HeroPageComp')
|
||||
@@ -18,7 +16,6 @@ export class HeroPageComp extends Component {
|
||||
}
|
||||
onEnable(){
|
||||
this.update_heros()
|
||||
startGuide(3)
|
||||
|
||||
}
|
||||
update_heros(){
|
||||
|
||||
Reference in New Issue
Block a user