素质测评测试优化
This commit is contained in:
@@ -3,9 +3,9 @@ import request from '@/packageCa/utilCa/request.js'
|
|||||||
const api = {}
|
const api = {}
|
||||||
|
|
||||||
//根据openId,获取token,并判断用户是否已绑定账号
|
//根据openId,获取token,并判断用户是否已绑定账号
|
||||||
api.queryKaShiToken = (userId,name) => request.globalRequest(`/Home/QueryKaShiToken?userId=${userId}&name=${name}&schoolId=2371`,'GET', {})
|
api.queryKaShiToken = (idCard,name) => request.globalRequest(`/Home/QueryKaShiToken?userIdNO=${idCard}&name=${name}&schoolId=2371`,'GET', {})
|
||||||
// 获取ai面试路径
|
// 获取ai面试路径
|
||||||
api.queryAIUrl = (userId,name) => request.globalRequest(`/Home/QueryAIUrl?userId=${userId}&name=${name}&schoolId=2371`,'GET', {})
|
api.queryAIUrl = (idCard,name) => request.globalRequest(`/Home/QueryAIUrl?userIdNO=${idCard}&name=${name}&schoolId=2371`,'GET', {})
|
||||||
|
|
||||||
// 获取个人档案
|
// 获取个人档案
|
||||||
api.queryStudentProfile = () => request.globalRequest(`/StudentResource/QueryStudentProfile`,'GET', {})
|
api.queryStudentProfile = () => request.globalRequest(`/StudentResource/QueryStudentProfile`,'GET', {})
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="title-wrap">
|
<view class="title-wrap" style="padding-top: 40rpx;">
|
||||||
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
|
|
||||||
<view class="go-back" v-if="taskId ==0" @click="goback"></view>
|
|
||||||
<text v-if="testTitle != ''">{{testTitle}}</text>
|
|
||||||
</view>
|
|
||||||
<view class="progress-block">
|
<view class="progress-block">
|
||||||
<view class="row">
|
<view class="row">
|
||||||
<view class="title-index">
|
<view class="title-index">
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="title-wrap">
|
<view class="title-wrap" style="padding-top: 40rpx;">
|
||||||
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
|
|
||||||
<view class="go-back" @click="goback"></view>
|
|
||||||
<text>职业兴趣测评</text>
|
|
||||||
</view>
|
|
||||||
<view class="progress-block">
|
<view class="progress-block">
|
||||||
<view class="row">
|
<view class="row">
|
||||||
<view class="title-index">
|
<view class="title-index">
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="title-wrap">
|
<view class="title-wrap" style="padding-top: 40rpx;">
|
||||||
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
|
|
||||||
<view class="go-back" @click="goback()"></view>
|
|
||||||
<text>人格测评</text>
|
|
||||||
</view>
|
|
||||||
<view class="progress-block">
|
<view class="progress-block">
|
||||||
<view class="row">
|
<view class="row">
|
||||||
<view class="title-index">
|
<view class="title-index">
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="test-list-wrap" style="display:block;">
|
<view class="test-list-wrap" style="display:block;">
|
||||||
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
|
<view class="content" style="overflow:hidden; padding-top: 40rpx;" >
|
||||||
<view class="go-back" @click="goback"></view>
|
|
||||||
<text>生涯测评</text>
|
|
||||||
</view>
|
|
||||||
<view class="content" style="overflow:hidden;">
|
|
||||||
<view class="p-item" >
|
<view class="p-item" >
|
||||||
<view class="item" v-for="(item,index) in dataList" :key="index">
|
<view class="item" v-for="(item,index) in dataList" :key="index">
|
||||||
<view class="h2">{{item.Name}}</view>
|
<view class="h2">{{item.Name}}</view>
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="title-wrap">
|
<view class="title-wrap" style="padding-top: 40rpx;">
|
||||||
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
|
|
||||||
<view class="go-back" @click="goback"></view>
|
|
||||||
<text>工作价值观测评</text>
|
|
||||||
</view>
|
|
||||||
<view class="progress-block">
|
<view class="progress-block">
|
||||||
<view class="row">
|
<view class="row">
|
||||||
<view class="title-index">
|
<view class="title-index">
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="index-wrap">
|
<view class="index-wrap">
|
||||||
<view class="yanshi-wrap">
|
<view class="yanshi-wrap">
|
||||||
<view class="head-bar" :style="{'margin-top': barHeight + 5 + 'px'}">
|
|
||||||
<view class="go-back" @click="goback"></view>
|
|
||||||
<text>素质测评</text>
|
|
||||||
</view>
|
|
||||||
<view class="section">
|
<view class="section">
|
||||||
<view class="head-title">测评中心</view>
|
<view class="head-title">测评中心</view>
|
||||||
<view class="nav-block">
|
<view class="nav-block">
|
||||||
@@ -55,20 +51,16 @@
|
|||||||
return {
|
return {
|
||||||
barHeight: wx.getWindowInfo().statusBarHeight,
|
barHeight: wx.getWindowInfo().statusBarHeight,
|
||||||
user: null,//用户信息
|
user: null,//用户信息
|
||||||
userId: 0,
|
name: "",
|
||||||
name: ""
|
idCard: ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
this.userId = e.userId;
|
this.idCard = e.idCard;
|
||||||
this.name = e.name;
|
this.name = e.name;
|
||||||
this.queryKaShiToken();
|
this.queryKaShiToken();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 返回
|
|
||||||
goback() {
|
|
||||||
uni.navigateBack(-1);
|
|
||||||
},
|
|
||||||
// 演示入
|
// 演示入
|
||||||
navDetail(index){
|
navDetail(index){
|
||||||
switch (index){
|
switch (index){
|
||||||
@@ -114,7 +106,7 @@
|
|||||||
|
|
||||||
// 登录获取用户信息
|
// 登录获取用户信息
|
||||||
async queryKaShiToken() {
|
async queryKaShiToken() {
|
||||||
const res = await api.queryKaShiToken(this.userId,this.name)
|
const res = await api.queryKaShiToken(this.idCard,this.name)
|
||||||
if(res.Result == 1){
|
if(res.Result == 1){
|
||||||
let params = {
|
let params = {
|
||||||
token:res.Data.token,
|
token:res.Data.token,
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="interest-report-wrap">
|
<view class="interest-report-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="content">
|
||||||
<contrastBox @updateValue="handleChildValueChange" :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
|
<contrastBox @updateValue="handleChildValueChange" :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
|
||||||
<view class="section-block">
|
<view class="section-block">
|
||||||
@@ -75,7 +71,7 @@
|
|||||||
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
||||||
import api from "@/packageCa/apiCa/testManage.js";
|
import api from "@/packageCa/apiCa/testManage.js";
|
||||||
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
||||||
const echarts = require('../../utilCa/echarts.min.js');
|
const echarts = require('../utilCa/echarts.min.js');
|
||||||
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
||||||
// // 注册主题
|
// // 注册主题
|
||||||
// echarts.registerTheme('theme', theme);
|
// echarts.registerTheme('theme', theme);
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="interest-report-wrap">
|
<view class="interest-report-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="content">
|
||||||
<contrastBox :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
|
<contrastBox :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
|
||||||
<view class="section-block">
|
<view class="section-block">
|
||||||
@@ -245,7 +241,7 @@
|
|||||||
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
||||||
import api from "@/packageCa/apiCa/testManage.js";
|
import api from "@/packageCa/apiCa/testManage.js";
|
||||||
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
||||||
const echarts = require('../../utilCa/echarts.min.js');
|
const echarts = require('../utilCa/echarts.min.js');
|
||||||
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
||||||
// // 注册主题
|
// // 注册主题
|
||||||
// echarts.registerTheme('theme', theme);
|
// echarts.registerTheme('theme', theme);
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="interest-report-wrap">
|
<view class="interest-report-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="content">
|
||||||
<contrastBox :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
|
<contrastBox :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
|
||||||
<view class="section-block">
|
<view class="section-block">
|
||||||
@@ -115,7 +111,7 @@
|
|||||||
import api from "@/packageCa/apiCa/testManage.js"
|
import api from "@/packageCa/apiCa/testManage.js"
|
||||||
import wayData from "./multipleAbilityData.json";
|
import wayData from "./multipleAbilityData.json";
|
||||||
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
||||||
const echarts = require('../../utilCa/echarts.min.js');
|
const echarts = require('../utilCa/echarts.min.js');
|
||||||
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
||||||
// // 注册主题
|
// // 注册主题
|
||||||
// echarts.registerTheme('theme', theme);
|
// echarts.registerTheme('theme', theme);
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="interest-report-wrap">
|
<view class="interest-report-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="content">
|
||||||
<contrastBox :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
|
<contrastBox :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
|
||||||
<view class="section-block">
|
<view class="section-block">
|
||||||
@@ -402,7 +398,7 @@
|
|||||||
import opts from "./chartOpts.js"
|
import opts from "./chartOpts.js"
|
||||||
import api from "@/packageCa/apiCa/testManage.js";
|
import api from "@/packageCa/apiCa/testManage.js";
|
||||||
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
||||||
const echarts = require('../../utilCa/echarts.min.js');
|
const echarts = require('../utilCa/echarts.min.js');
|
||||||
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
||||||
// // 注册主题
|
// // 注册主题
|
||||||
// echarts.registerTheme('theme', theme);
|
// echarts.registerTheme('theme', theme);
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="interest-report-wrap">
|
<view class="interest-report-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="content">
|
||||||
<contrastBox :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
|
<contrastBox :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
|
||||||
<view class="section-block">
|
<view class="section-block">
|
||||||
@@ -43,8 +39,7 @@
|
|||||||
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
import contrastBox from "@/packageCa/testReport/components/contrastBox.vue"
|
||||||
import api from "@/packageCa/apiCa/testManage.js";
|
import api from "@/packageCa/apiCa/testManage.js";
|
||||||
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
import theme from '@/uni_modules/lime-echart/static/walden.json';
|
||||||
const echarts = require('../../utilCa/echarts.min.js');
|
const echarts = require('../utilCa/echarts.min.js');
|
||||||
// import * as echarts from '@/uni_modules/lime-echart/static/echarts.min';
|
|
||||||
// // 注册主题
|
// // 注册主题
|
||||||
// echarts.registerTheme('theme', theme);
|
// echarts.registerTheme('theme', theme);
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="index-wrap">
|
<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="content">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
生涯罗盘
|
生涯罗盘
|
||||||
@@ -119,9 +115,6 @@
|
|||||||
this.getGXCareerPlanList();
|
this.getGXCareerPlanList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goBack() {
|
|
||||||
uni.navigateBack(-1);
|
|
||||||
},
|
|
||||||
//选中职业添加
|
//选中职业添加
|
||||||
async checkedJob(ITEM){
|
async checkedJob(ITEM){
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="index-wrap">
|
<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="content">
|
||||||
<view class="title-h1">PDCA 循环法</view>
|
<view class="title-h1">PDCA 循环法</view>
|
||||||
<view class="banner"></view>
|
<view class="banner"></view>
|
||||||
@@ -150,9 +146,6 @@
|
|||||||
this.queryPlanList();
|
this.queryPlanList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goBack(){
|
|
||||||
uni.navigateBack(-1);
|
|
||||||
},
|
|
||||||
// 切换目标标签
|
// 切换目标标签
|
||||||
changeTarget(ITEM){
|
changeTarget(ITEM){
|
||||||
if(ITEM.EncodeId == this.checkedTargetCode){
|
if(ITEM.EncodeId == this.checkedTargetCode){
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="document">
|
<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="section" style="margin-top:60rpx;">
|
||||||
<view class="head">
|
<view class="head">
|
||||||
<view class="left-txt">
|
<view class="left-txt">
|
||||||
@@ -33,7 +28,7 @@
|
|||||||
<navigator url="/packageCa/job/index" class="btn">添加意向职业</navigator>
|
<navigator url="/packageCa/job/index" class="btn">添加意向职业</navigator>
|
||||||
</view>
|
</view>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="section" style="margin-top:60rpx;">
|
<view class="section" >
|
||||||
<view class="head">
|
<view class="head">
|
||||||
<view class="left-txt">
|
<view class="left-txt">
|
||||||
<view class="icon icon-4"></view>
|
<view class="icon icon-4"></view>
|
||||||
@@ -308,9 +303,6 @@ import api1 from "@/packageCa/apiCa/studentProfile.js"
|
|||||||
created() {
|
created() {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goback(){
|
|
||||||
uni.navigateBack(-1);
|
|
||||||
},
|
|
||||||
// 获取个人档案
|
// 获取个人档案
|
||||||
async queryStudentProfile() {
|
async queryStudentProfile() {
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="index-wrap">
|
<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="content">
|
||||||
<view class="section">
|
<view class="section">
|
||||||
<view class="title-h1">
|
<view class="title-h1">
|
||||||
@@ -224,9 +220,6 @@
|
|||||||
icon:"none"
|
icon:"none"
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
goBack(){
|
|
||||||
uni.navigateBack(-1);
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="index-wrap">
|
<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="content">
|
||||||
<view class="banner-wrap"></view>
|
<view class="banner-wrap"></view>
|
||||||
<view class="desc">
|
<view class="desc">
|
||||||
@@ -216,9 +212,6 @@
|
|||||||
url:"/packageCa/userCenter/learningPlan"
|
url:"/packageCa/userCenter/learningPlan"
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
goBack(){
|
|
||||||
uni.navigateBack(-1);
|
|
||||||
},
|
|
||||||
// 添加目标
|
// 添加目标
|
||||||
addTarget(){
|
addTarget(){
|
||||||
this.targetForm = {
|
this.targetForm = {
|
||||||
@@ -396,7 +389,6 @@
|
|||||||
|
|
||||||
.index-wrap {
|
.index-wrap {
|
||||||
.content {
|
.content {
|
||||||
padding-top: 60rpx;
|
|
||||||
padding-bottom: 60rpx;
|
padding-bottom: 60rpx;
|
||||||
|
|
||||||
.banner-wrap {
|
.banner-wrap {
|
||||||
|
|||||||
@@ -497,7 +497,7 @@
|
|||||||
{
|
{
|
||||||
"path": "search/search",
|
"path": "search/search",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "生涯规划"
|
"navigationBarTitleText": "素质测评"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -563,13 +563,13 @@
|
|||||||
{
|
{
|
||||||
"path": "pagesTest/testList",
|
"path": "pagesTest/testList",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "生涯测评"
|
"navigationBarTitleText": "职业测评"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pagesTest/customTestTitle",
|
"path": "pagesTest/customTestTitle",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "自定义测评"
|
"navigationBarTitleText": "能力测评"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -131,13 +131,13 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="service-title">题库和考试</view>
|
<view class="service-title">题库和考试</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="service-item press-button" @click="handleServiceClick('quality-assessment')">
|
<view class="service-item press-button" @click="goCa()">
|
||||||
<view class="service-icon service-icon-8">
|
<view class="service-icon service-icon-8">
|
||||||
<IconfontIcon name="suzhicepingtiku" :size="48" color="#FFFFFF" />
|
<IconfontIcon name="suzhicepingtiku" :size="48" color="#FFFFFF" />
|
||||||
</view>
|
</view>
|
||||||
<view class="service-title">素质测评</view>
|
<view class="service-title">素质测评</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="service-item press-button" @click="handleServiceClick('ai-interview')">
|
<view class="service-item press-button" @click="goCaAI()">
|
||||||
<view class="service-icon service-icon-9">
|
<view class="service-icon service-icon-9">
|
||||||
<IconfontIcon name="ai" :size="68" color="#FFFFFF" />
|
<IconfontIcon name="ai" :size="68" color="#FFFFFF" />
|
||||||
</view>
|
</view>
|
||||||
@@ -865,8 +865,8 @@ function navToService(serviceType) {
|
|||||||
'skill-training': '/pages/service/skill-training',
|
'skill-training': '/pages/service/skill-training',
|
||||||
// 'skill-evaluation': '/pages/service/skill-evaluation',
|
// 'skill-evaluation': '/pages/service/skill-evaluation',
|
||||||
'question-bank': '/pages/service/question-bank',
|
'question-bank': '/pages/service/question-bank',
|
||||||
'quality-assessment': '/pages/service/quality-assessment',
|
// 'quality-assessment': '/packageCa/search/search',
|
||||||
'ai-interview': '/pages/chat/chat',
|
// 'ai-interview': '/pages/chat/chat',
|
||||||
'job-search': '/pages/search/search',
|
'job-search': '/pages/search/search',
|
||||||
'career-planning': '/pages/service/career-planning',
|
'career-planning': '/pages/service/career-planning',
|
||||||
'salary-query': '/pages/service/salary-query',
|
'salary-query': '/pages/service/salary-query',
|
||||||
@@ -1074,6 +1074,24 @@ function goRc(){
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// 跳转到素质测评
|
||||||
|
function goCa(){
|
||||||
|
if (checkLogin()) {
|
||||||
|
let userInfo = uni.getStorageSync('userInfo')
|
||||||
|
storeRc.dispatch('LoginByUserInfo', userInfo).then(res => {
|
||||||
|
navTo(`/packageCa/search/search?name=${userInfo.name}&idCard=${userInfo.idCard}`);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// 跳转到AI面试
|
||||||
|
function goCaAI(){
|
||||||
|
if (checkLogin()) {
|
||||||
|
let userInfo = uni.getStorageSync('userInfo')
|
||||||
|
storeRc.dispatch('LoginByUserInfo', userInfo).then(res => {
|
||||||
|
navTo(`/packageCa/search/AIAudition?name=${userInfo.name}&idCard=${userInfo.idCard}`);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
defineExpose({ loadData });
|
defineExpose({ loadData });
|
||||||
|
|||||||
Reference in New Issue
Block a user