优化智慧就业内容,功能完善。剩登录对接

This commit is contained in:
2025-11-04 13:46:18 +08:00
parent 7369be7fce
commit 3b04d82393
18 changed files with 853 additions and 148 deletions

View File

@@ -5,9 +5,9 @@
<text>我的报告</text>
</view>
<view class="content">
<contrastBox :value="isShowEchart" @updateValue="handleChildValueChange" :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
<contrastBox :testType="testType" :userId="userId" :recordId="recordId" @compareParameters="opCompareParameters"></contrastBox>
<view class="section-block">
<testHead :value="isShowEchart" @updateValue="handleChildValueChange" :reportTitle="'人格测评报告'" :testTime="testDate" :isIntroduce="false" :isVideo="true" :videoUrl="videoUrl" :introduceUrl="introduceUrl" ></testHead>
<testHead :reportTitle="'人格测评报告'" :testTime="testDate" :isIntroduce="false" :isVideo="true" :videoUrl="videoUrl" :introduceUrl="introduceUrl" ></testHead>
<view class="s-line"></view>
<view class="title">
<view class="name">强项特质</view>
@@ -146,7 +146,7 @@
无弱项特质
</view>
</view>
<view v-show="isShowEchart" class="chat-wrap blue-bg" style="margin-bottom:40rpx;">
<view class="chat-wrap blue-bg" style="margin-bottom:40rpx;">
<view class="chat-title">
综合特质等级侧面图
</view>
@@ -175,7 +175,7 @@
</view>
<view class="item-desc">{{scoreSummary1.Desc}}</view>
</view>
<view v-show="isShowEchart" class="chat-wrap blue-bg">
<view class="chat-wrap blue-bg">
<view class="chat-title">
内外向综合特质侧面图
</view>
@@ -194,7 +194,7 @@
</view>
<view class="item-desc">{{scoreSummary2.Desc}}</view>
</view>
<view v-show="isShowEchart" class="chat-wrap purple-bg">
<view class="chat-wrap purple-bg">
<view class="chat-title">
人际关系综合特质侧面图
</view>
@@ -213,7 +213,7 @@
</view>
<view class="item-desc">{{scoreSummary3.Desc}}</view>
</view>
<view v-show="isShowEchart" class="chat-wrap orange-bg">
<view class="chat-wrap orange-bg">
<view class="chat-title">
严谨性综合特质侧面图
</view>
@@ -232,7 +232,7 @@
</view>
<view class="item-desc">{{scoreSummary4.Desc}}</view>
</view>
<view v-show="isShowEchart" class="chat-wrap green-bg">
<view class="chat-wrap green-bg">
<view class="chat-title">
开放性综合特质侧面图
</view>
@@ -492,7 +492,6 @@
labelName1: "",//表值1
labelName2: "",//表值2
params: {},//筛选参数
isShowEchart:true,//是否显示图表
}
},
onLoad(e) {
@@ -508,10 +507,6 @@
this.getTestRecord(this.currentYear, this.currentTerm,this.recordId);
},
methods: {
handleChildValueChange(newValue) {
console.log("66666====");
this.isShowEchart = newValue
},
//报告介绍
playIntroduce() {
this.showIntroduce = true;