This commit is contained in:
joshen
2025-12-11 23:36:37 +08:00

View File

@@ -142,7 +142,11 @@ export default {
// 报名按钮点击
async handleEnrollClick() {
if (this.approvalResults == "1" || this.approvalResults == "4") {
if (
!this.approvalResults ||
this.approvalResults == "1" ||
this.approvalResults == "4"
) {
this.enrollLoading = true;
try {
const res = await enrollRequest();