|
|
@@ -2,7 +2,7 @@
|
|
|
* @Author: mojunshou 1637302775@qq.com
|
|
|
* @Date: 2025-03-19 16:23:51
|
|
|
* @LastEditors: mojunshou 1637302775@qq.com
|
|
|
- * @LastEditTime: 2025-05-06 16:46:56
|
|
|
+ * @LastEditTime: 2025-05-07 14:32:07
|
|
|
* @Description: loading界面
|
|
|
*/
|
|
|
import { _decorator, Toggle } from "cc";
|
|
|
@@ -135,6 +135,9 @@ export class LoadingViewComp extends CCVMParentComp {
|
|
|
|
|
|
/** 加载完成事件 */
|
|
|
private async onCompleteCallback() {
|
|
|
+ this.data.finished = 1;
|
|
|
+ this.data.total = 1;
|
|
|
+ this.data.progress = 100;
|
|
|
// 获取用户信息的多语言提示文本
|
|
|
this.data.prompt = oops.language.getLangByID("loading_load_player");
|
|
|
await ModuleUtil.addViewUiAsync(smc.account, EliminateViewComp, UIID.Eliminate);
|