This commit is contained in:
XGL-THINKPAD-X1\rucky
2024-01-23 20:42:12 +08:00
parent 5f83051186
commit d010edfeba
6 changed files with 17 additions and 4 deletions

View File

@@ -184,6 +184,8 @@ onMounted(() => {
duration: 0,
forbidClick: true,
});
return
}
// 活动未开启6002
@@ -194,7 +196,16 @@ onMounted(() => {
icon: "flag-o",
forbidClick: true,
});
return
}
Toast.fail({
message: "活动已结束",
duration: 0,
forbidClick: true,
});
}