From 431175867f2c257f808c9d927d0e2ebd9ef38bdc Mon Sep 17 00:00:00 2001 From: dgflash Date: Mon, 28 Oct 2024 20:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=96=B0=E7=89=88=E6=A1=86?= =?UTF-8?q?=E6=9E=B6API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/script/game/initialize/view/HotUpdate.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/script/game/initialize/view/HotUpdate.ts b/assets/script/game/initialize/view/HotUpdate.ts index 92b29f3..bf475ae 100644 --- a/assets/script/game/initialize/view/HotUpdate.ts +++ b/assets/script/game/initialize/view/HotUpdate.ts @@ -4,7 +4,7 @@ * @LastEditors: dgflash * @LastEditTime: 2022-08-29 14:13:42 */ -import { Component, game, sys, _decorator } from "cc"; +import { _decorator, Component, game, sys } from "cc"; import { oops } from "../../../../../extensions/oops-plugin-framework/assets/core/Oops"; import { UIID } from "../../common/config/GameUIConfig"; import { tips } from "../../common/prompt/TipsManager"; @@ -130,7 +130,7 @@ export class HotUpdate extends Component { }, needCancel: true }; - oops.gui.open(UIID.Window, operate); + oops.gui.open(UIID.Confirm, operate); } /** 非 WIFI 环境提示玩家 */