Commit 405944be authored by Chunchi Che's avatar Chunchi Che

update small

parent bbdfed66
Pipeline #23201 passed with stages
in 11 minutes and 45 seconds
...@@ -109,7 +109,7 @@ export const Component: React.FC = () => { ...@@ -109,7 +109,7 @@ export const Component: React.FC = () => {
} }
onClick={async () => { onClick={async () => {
if (!user) { if (!user) {
alert("请先登录萌卡账号"); message.error("请先登录萌卡账号");
} else { } else {
setMatchLoading(true); setMatchLoading(true);
const matchInfo = await match( const matchInfo = await match(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment