|
@@ -189,7 +189,6 @@
|
|
async function handleSubmit() {
|
|
async function handleSubmit() {
|
|
await checkQuotaApi().then((res) => {
|
|
await checkQuotaApi().then((res) => {
|
|
if (res.code !== 200) {
|
|
if (res.code !== 200) {
|
|
- message.error(res.message);
|
|
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -201,7 +200,6 @@
|
|
const handleOutQuestion = async (message) => {
|
|
const handleOutQuestion = async (message) => {
|
|
await checkQuotaApi().then((res) => {
|
|
await checkQuotaApi().then((res) => {
|
|
if (res.code !== 200) {
|
|
if (res.code !== 200) {
|
|
- message.error(res.message);
|
|
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
});
|