From e0b0e3827197eb48da83691b78eed847c899897e Mon Sep 17 00:00:00 2001 From: H3CoF6 <1707889225@qq.com> Date: Fri, 3 Apr 2026 05:44:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=8D=E5=8A=A1=E5=8F=B7=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/BizPage.tsx | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/pages/BizPage.tsx b/src/pages/BizPage.tsx index 9b54ef3..457d1b2 100644 --- a/src/pages/BizPage.tsx +++ b/src/pages/BizPage.tsx @@ -75,7 +75,7 @@ export const BizAccountList: React.FC<{ className={`biz-account-item ${selectedUsername === item.username ? 'active' : ''} ${item.username === 'gh_3dfda90e39d6' ? 'pay-account' : ''}`} > @@ -84,13 +84,19 @@ export const BizAccountList: React.FC<{ {item.name || item.username} {item.formatted_last_time} -
- {item.type === 1 ? '服务号' : item.type === 0 ? '订阅号' : item.type === 2 ? '企业号' : '未知'} -
+ {item.username === 'gh_3dfda90e39d6' && ( +
服务号
+ )} + + {/* 我看了下没有接口获取相关type,如果exec没法用的话确实无能为力,后面再适配吧 */} + {/*
*/} + {/* {item.type === 1 ? '服务号' : item.type === 0 ? '订阅号' : item.type === 2 ? '企业号' : '未知'}*/} + {/*
*/} + ))}