清理 ui1 ui2 精简到ui3 和ui4
This commit is contained in:
@@ -122,7 +122,6 @@ export class GuideConComp extends CCComp {
|
||||
/** 步骤完成回调 */
|
||||
private onStepCompleted(step: IGuideStep) {
|
||||
console.log(`[Tutorial] 步骤完成: ${step.id}`);
|
||||
finishCurrGuide(step.key)
|
||||
// 检查是否有下一个引导
|
||||
if (step.nextStep && step.nextStep.trim() !== "") {
|
||||
const nextGuide = findGuideById(step.nextStep);
|
||||
|
||||
Reference in New Issue
Block a user