职业素养功能修改
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
去测评
|
||||
</view>
|
||||
</view>
|
||||
<view class="title-h1">
|
||||
<view class="title-h1" v-if="jobList.length > 0">
|
||||
职业介绍
|
||||
</view>
|
||||
<view class="desc">
|
||||
@@ -60,7 +60,7 @@
|
||||
</view>
|
||||
{{jobIntroduce}}
|
||||
</view>
|
||||
<view class="title-h1">
|
||||
<view class="title-h1" v-if="jobList.length > 0">
|
||||
发展路径
|
||||
</view>
|
||||
<view class="desc">
|
||||
@@ -68,9 +68,9 @@
|
||||
{{jobPath}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="path-map">
|
||||
<view class="path-map" v-if="jobList.length > 0">
|
||||
<view class="origin-item">
|
||||
大学生
|
||||
我
|
||||
</view>
|
||||
<view class="path-list" :class="isLoadingEnd?'show':'ing'">
|
||||
<view class="line-1">
|
||||
@@ -183,6 +183,9 @@
|
||||
// 获取职业
|
||||
async queryPathInfo(){
|
||||
this.isLoadingEnd = false;
|
||||
if(this.jobList.length == 0){
|
||||
return;
|
||||
}
|
||||
const res = await api.queryPathInfo(this.checkedCode);
|
||||
if (res.Result == 1) {
|
||||
let data = res.Data;
|
||||
|
||||
Reference in New Issue
Block a user