fix:报名接口返回解析调整

This commit is contained in:
zxj
2025-11-19 16:40:57 +08:00
parent 3fa36386f0
commit 7092c6b1a3

View File

@@ -128,7 +128,7 @@ export default {
this.enrollLoading = true;
try {
const res = await enrollRequest();
if (res.data.sendToOaSuccess != 0) {
if (res.data.data.sendToOaSuccess != 0) {
this.$refs.customMessage.show(
"报名失败请稍后重试如果再次失败请联系XXXX联系方式XXXX。"
);