=【职业图谱】

This commit is contained in:
2026-05-22 16:46:33 +08:00
parent 8578c96931
commit 9a09edf54c
3 changed files with 49 additions and 59 deletions

View File

@@ -78,7 +78,7 @@ export const useCareerRecommendationStore = defineStore('career-recommendation',
const fetchData = async () => {
try {
const { code, msg, data } = await getProfessions();
if (code !== 0) {
if (code !== 200) {
uni.showToast({
title: msg,
icon: 'none'