=【职业图谱】
This commit is contained in:
@@ -105,7 +105,7 @@ export const useCareerRecommendationStore = defineStore('career-recommendation',
|
||||
};
|
||||
try {
|
||||
const { code, msg, data } = await getSkillTags(params);
|
||||
if (code !== 0) {
|
||||
if (code !== 200) {
|
||||
uni.showToast({
|
||||
title: msg,
|
||||
icon: 'none'
|
||||
@@ -126,7 +126,7 @@ export const useCareerRecommendationStore = defineStore('career-recommendation',
|
||||
};
|
||||
try {
|
||||
const { code, msg, data } = await getRecommend(params);
|
||||
if (code !== 0) {
|
||||
if (code !== 200) {
|
||||
uni.showToast({
|
||||
title: msg,
|
||||
icon: 'none'
|
||||
|
||||
Reference in New Issue
Block a user