=【职业图谱】
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user