This commit is contained in:
2025-10-30 17:17:15 +08:00
parent 6579abe021
commit 7369be7fce
11 changed files with 57 additions and 24 deletions

View File

@@ -549,7 +549,7 @@
.option {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
.subject-item {
width: 210rpx;
height: 76rpx;
@@ -567,8 +567,8 @@
}
&.on {
background: #EDF6FF;
color: #1989FA;
background: #F3F4F6;
color: #1677ff;
}
&.disadble {
@@ -593,7 +593,7 @@
height: 88rpx;
line-height: 88rpx;
text-align: center;
background: #1989FA;
background: #1677ff;
font-size: 32rpx;
color: #fff;
border-radius: 60rpx;

View File

@@ -42,7 +42,7 @@
</view>
</view>
<view class="footer">
<navigator url="/pagesStudent/job/index" class="btn">添加意向职业</navigator>
<navigator url="/packageB/pages/job/index" class="btn">添加意向职业</navigator>
</view>
</view>
<view class="section">
@@ -187,7 +187,7 @@
多元能力测评
</view>
</view>
<view class="content" v-if="1">
<view class="content" v-if="multResult != null&&multResult !=''">
<view class="text-wrap">
<view class="row">
<text class="label">能力强 </text>
@@ -209,8 +209,8 @@
</view>
</view>
<view class="footer">
<navigator class="btn" v-if="1" :url="`/pagesTestReport/customTest/multipleAbilityTestReport`">查看报告</navigator>
<navigator class="btn" v-else url="/pagesTest/customTest/customTestTitle?testType=-27">去测评</navigator>
<navigator class="btn" v-if="multResult != null && multResult !=''" :url="`/packageB/pages/testReport/multipleAbilityTestReport`">查看报告</navigator>
<navigator class="btn" v-else url="/packageB/pages/pagesTest/customTestTitle?testType=-27">去测评</navigator>
</view>
</view>
<view class="section" v-if="user.GradeLevel == 3">
@@ -220,7 +220,7 @@
通用能力测评
</view>
</view>
<view class="content" v-if="1">
<view class="content" v-if="universalResult != null&&universalResult !=''">
<view class="text-wrap">
<view class="row">
<text class="label">优势的能力 </text>
@@ -242,8 +242,8 @@
</view>
</view>
<view class="footer">
<navigator class="btn" v-if="1" :url="`/pagesTestReport/customTest/generalCareerTestReport`">查看报告</navigator>
<navigator class="btn" v-else url="/pagesTest/customTest/customTestTitle?testType=-28">去测评</navigator>
<navigator class="btn" v-if="universalResult != null&&universalResult !=''" :url="`/packageB/pages/testReport/generalCareerTestReport`">查看报告</navigator>
<navigator class="btn" v-else url="/packageB/pages/pagesTest/customTestTitle?testType=-28">去测评</navigator>
</view>
</view>
@@ -378,11 +378,11 @@
}
},
// 取消意向
cancleIntention(index,type, id) {
cancleIntention(index,type,ids) {
uni.showLoading({
title: "取消中"
})
api.doIntention(type,id,1).then((res)=>{
api.doIntention(type,ids,1).then((res)=>{
uni.hideLoading();
if(res.Result == 1){
this.queryStudentProfile()

View File

@@ -264,6 +264,8 @@
content: '是否确认删除该目标',
confirmText: '确定',
cancelText: '取消',
confirmColor: '#1677ff',
cancelColor: '#999999',
success: (res)=> {
if (res.confirm) {
resolve();