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 ? '企业号' : '未知'}*/} + {/*
*/} + ))}