diff --git a/soul-admin/src/pages/find-partner/tabs/CKBStatsTab.tsx b/soul-admin/src/pages/find-partner/tabs/CKBStatsTab.tsx index 4db990fe..3cc993cd 100644 --- a/soul-admin/src/pages/find-partner/tabs/CKBStatsTab.tsx +++ b/soul-admin/src/pages/find-partner/tabs/CKBStatsTab.tsx @@ -256,64 +256,7 @@ export function CKBStatsTab({ onSwitchTab }: Props = {}) { )} - {/* ===== 区块三:接口联通测试 ===== */} -
-
-

- 接口联通测试 -

-
- - -
-
- - {/* 测试手机号输入 */} -
-
- -
- - setTestPhone(e.target.value)} placeholder="手机号" /> -
-
-
- 💬 -
- - setTestWechat(e.target.value)} placeholder="微信号" /> -
-
-
- - {/* 测试结果列表 */} -
- {ckbTests.map((test, idx) => ( -
-
- {test.status === 'idle' &&
} - {test.status === 'testing' && } - {test.status === 'success' && } - {test.status === 'error' && } -
-

{test.label}

-

{test.description}

-
-
-
- {test.message && {test.message}} - {test.responseTime !== undefined && {test.responseTime}ms} - -
-
- ))} -
-
+ {/* 接口联通测试已移到右上角「存客宝」按钮面板 */}
)