diff --git a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/components/QuickWords/index.tsx b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/components/QuickWords/index.tsx index 2e2aa743..514f9957 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/components/QuickWords/index.tsx +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/components/QuickWords/index.tsx @@ -62,7 +62,7 @@ export interface QuickWordsProps { const QuickWords: React.FC = ({ onInsert }) => { const [activeTab, setActiveTab] = useState( - QuickWordsType.PUBLIC, + QuickWordsType.PERSONAL, ); const [keyword, setKeyword] = useState(""); const [loading, setLoading] = useState(false);