素质测评测试优化

This commit is contained in:
2025-11-21 14:27:32 +08:00
parent 90f1e9186d
commit 690c0fd6db
19 changed files with 42 additions and 110 deletions

View File

@@ -1,9 +1,5 @@
<template>
<view class="index-wrap">
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
<view class="go-back" @click="goBack"></view>
<text>生涯罗盘</text>
</view>
<view class="content">
<view class="title">
生涯罗盘
@@ -119,9 +115,6 @@
this.getGXCareerPlanList();
},
methods: {
goBack() {
uni.navigateBack(-1);
},
//选中职业添加
async checkedJob(ITEM){
uni.showLoading({

View File

@@ -1,9 +1,5 @@
<template>
<view class="index-wrap">
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
<view class="go-back" @click="goBack"></view>
<text>学习计划制定</text>
</view>
<view class="content">
<view class="title-h1">PDCA 循环法</view>
<view class="banner"></view>
@@ -150,9 +146,6 @@
this.queryPlanList();
},
methods: {
goBack(){
uni.navigateBack(-1);
},
// 切换目标标签
changeTarget(ITEM){
if(ITEM.EncodeId == this.checkedTargetCode){

View File

@@ -1,10 +1,5 @@
<template>
<view class="document">
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
<view class="go-back" @click="goback"></view>
<text>生涯档案</text>
</view>
<!-- <view class="section" style="margin-top:60rpx;">
<view class="head">
<view class="left-txt">
@@ -33,7 +28,7 @@
<navigator url="/packageCa/job/index" class="btn">添加意向职业</navigator>
</view>
</view> -->
<view class="section" style="margin-top:60rpx;">
<view class="section" >
<view class="head">
<view class="left-txt">
<view class="icon icon-4"></view>
@@ -308,9 +303,6 @@ import api1 from "@/packageCa/apiCa/studentProfile.js"
created() {
},
methods: {
goback(){
uni.navigateBack(-1);
},
// 获取个人档案
async queryStudentProfile() {
uni.showLoading({

View File

@@ -1,9 +1,5 @@
<template>
<view class="index-wrap">
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
<view class="go-back" @click="goBack"></view>
<text>职业路径</text>
</view>
<view class="content">
<view class="section">
<view class="title-h1">
@@ -224,9 +220,6 @@
icon:"none"
});
},
goBack(){
uni.navigateBack(-1);
},
}
}
</script>

View File

@@ -1,9 +1,5 @@
<template>
<view class="index-wrap">
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
<view class="go-back" @click="goBack"></view>
<text>smart目标制定</text>
</view>
<view class="content">
<view class="banner-wrap"></view>
<view class="desc">
@@ -216,9 +212,6 @@
url:"/packageCa/userCenter/learningPlan"
})
},
goBack(){
uni.navigateBack(-1);
},
// 添加目标
addTarget(){
this.targetForm = {
@@ -396,7 +389,6 @@
.index-wrap {
.content {
padding-top: 60rpx;
padding-bottom: 60rpx;
.banner-wrap {