修改描述

This commit is contained in:
18500206848
2024-04-07 14:27:35 +08:00
parent 900c05a42a
commit cb9d955ede
6 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ export const myResume = () => {
});
};
/*我的简历-查看-我的职业技能*/
/*我的简历-查看-我的技能工种*/
export const mySkills = () => {
return request({
url: "/api/jobslink-api/user/user/skills/find",
@@ -15,7 +15,7 @@ export const mySkills = () => {
});
};
/*我的简历-删除-我的职业技能*/
/*我的简历-删除-我的技能工种*/
export const removeSkills = (id) => {
return request({
url: "/api/jobslink-api/user/user/skills/remove",

View File

@@ -20,7 +20,7 @@
<view class="jobcontent" @click="skill">
<view class="jobinfo">
<view class="jobAddress">
工种
零工工种
</view>
<view v-if="worktypesName" class="jobText">{{ worktypesName }}</view>
<view v-else class="jobText nochoose">请选择</view>
@@ -31,7 +31,7 @@
<view class="jobcontent" @click="skillLevel">
<view class="jobinfo">
<view class="jobAddress">
期望岗位
岗位工种
</view>
<view v-if="skillsName" class="jobText">{{ skillsName }}</view>
<view v-else class="jobText nochoose">请选择</view>

View File

@@ -491,7 +491,7 @@
{
"path": "my/resume/addSkill",
"style": {
"navigationBarTitleText": "我的职业技能",
"navigationBarTitleText": "我的技能工种",
"navigationBarBackgroundColor": "#FFFFFF"
}
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 538 B