xic-presale/CHANGELOG.md

31 lines
913 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# XIC Presale 网站修复工单日志
**工单编号**XIC-PRESALE-FIX-20260307
**日期**2026-03-07
**状态**:已完成
## 问题描述
网站https://trc-ico.newassetchain.io
问题连接钱包时总是失败页面白屏React 渲染后 #root 被清空)
## 根本原因
1. React 渲染白屏index-NAC-v3.js 是 ES Module渲染代码没有被自动执行
2. TronLink Provider 挂起Lk 组件在初始化时抛出 PromiseSuspense 机制),没有 Suspense 包装导致白屏
3. IIFE 语法错误:多次修复脚本运行导致语法错误
## 修复方案
在 index-NAC-v3.js 末尾添加 ErrorBoundary + Suspense 双层包装的渲染入口
## 测试结果
- 页面渲染:正常显示 XIC Token Presale 页面
- 钱包连接:点击 Connect 后弹出钱包选择对话框
- 版本号v11
## Gitea 仓库
https://git.newassetchain.io/nacadmin/xic-presale