修改描述
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user