Skip to content

Commit

Permalink
feat: alert
Browse files Browse the repository at this point in the history
  • Loading branch information
5unnyWind committed Sep 4, 2023
1 parent 5a5294f commit 24a1966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface Props {}

const App: FC<Props> = () => {
useAppReady(() => {
// alert('请在南大家园APP中打开')
alert('请在南大家园APP中打开')
});
const { data, loading, refresh, mutate } = useRequest(getChance);
const { runAsync, error } = useRequest(postChance, { manual: true });
Expand Down

0 comments on commit 24a1966

Please sign in to comment.