|
@@ -42,7 +42,7 @@
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="kaoshi-bottom-box">
|
|
|
|
|
|
+ <view class="kaoshi-bottom-box" v-if="activeSt">
|
|
<button class="phone-green-btn" :class="[activeSt.marked ? 'qb-btn' : 'bj-btn']" hover-class="none" type="default" size="mini"
|
|
<button class="phone-green-btn" :class="[activeSt.marked ? 'qb-btn' : 'bj-btn']" hover-class="none" type="default" size="mini"
|
|
@click="handleBiaoji">{{activeSt && activeSt.marked ? '取标':'标记'}}</button>
|
|
@click="handleBiaoji">{{activeSt && activeSt.marked ? '取标':'标记'}}</button>
|
|
<view @click="showAnswerCard" class="shiti-num-box">
|
|
<view @click="showAnswerCard" class="shiti-num-box">
|
|
@@ -51,7 +51,7 @@
|
|
</view>
|
|
</view>
|
|
<button class="phone-green-btn save-btn" hover-class="none" type="default" size="mini"
|
|
<button class="phone-green-btn save-btn" hover-class="none" type="default" size="mini"
|
|
@click="handleSave(true)">保存</button>
|
|
@click="handleSave(true)">保存</button>
|
|
- <button class="phone-green-btn save-btn" hover-class="none" type="default" size="mini">
|
|
|
|
|
|
+ <button @click="handleJiaojuan" class="phone-green-btn save-btn" hover-class="none" type="default" size="mini">
|
|
交卷并查看成绩</button>
|
|
交卷并查看成绩</button>
|
|
</view>
|
|
</view>
|
|
<template v-if="activeSt">
|
|
<template v-if="activeSt">
|
|
@@ -285,7 +285,7 @@
|
|
function handleScoreConfirm() {
|
|
function handleScoreConfirm() {
|
|
// 跳转成绩
|
|
// 跳转成绩
|
|
uni.redirectTo({
|
|
uni.redirectTo({
|
|
- url: `/pages/client/Chengji/ksScoreShijuan?hisId=${data.hisId}`
|
|
|
|
|
|
+ url: `/pages/score/kaoshiChengjiInfo?hisId=${data.hisId}`
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|
|
@@ -470,26 +470,26 @@
|
|
// 阅读题
|
|
// 阅读题
|
|
// 阅读题
|
|
// 阅读题
|
|
let danxuanArr = [];
|
|
let danxuanArr = [];
|
|
- for (const iDanxuan of qa.danxuan) {
|
|
|
|
|
|
+ for (const iDanxuan of st.danxuan) {
|
|
danxuanArr.push(iDanxuan.reply);
|
|
danxuanArr.push(iDanxuan.reply);
|
|
}
|
|
}
|
|
let duoxuanArr = [];
|
|
let duoxuanArr = [];
|
|
- for (const iDuoxuan of qa.duoxuan) {
|
|
|
|
|
|
+ for (const iDuoxuan of st.duoxuan) {
|
|
duoxuanArr.push(iDuoxuan.reply);
|
|
duoxuanArr.push(iDuoxuan.reply);
|
|
}
|
|
}
|
|
|
|
|
|
let panduanArr = [];
|
|
let panduanArr = [];
|
|
- for (const iPanduan of qa.panduan) {
|
|
|
|
|
|
+ for (const iPanduan of st.panduan) {
|
|
panduanArr.push(iPanduan.reply);
|
|
panduanArr.push(iPanduan.reply);
|
|
}
|
|
}
|
|
|
|
|
|
let tiankongArr = [];
|
|
let tiankongArr = [];
|
|
- for (const iTiankong of qa.tiankong) {
|
|
|
|
|
|
+ for (const iTiankong of st.tiankong) {
|
|
tiankongArr.push(iTiankong.reply);
|
|
tiankongArr.push(iTiankong.reply);
|
|
}
|
|
}
|
|
|
|
|
|
let jiandaArr = [];
|
|
let jiandaArr = [];
|
|
- for (const iJianda of qa.jianda) {
|
|
|
|
|
|
+ for (const iJianda of st.jianda) {
|
|
const c = {
|
|
const c = {
|
|
files: iJianda.files,
|
|
files: iJianda.files,
|
|
reply: iJianda.reply,
|
|
reply: iJianda.reply,
|
|
@@ -504,7 +504,7 @@
|
|
tiankong: tiankongArr,
|
|
tiankong: tiankongArr,
|
|
jianda: jiandaArr,
|
|
jianda: jiandaArr,
|
|
},
|
|
},
|
|
- stId: qa.stId,
|
|
|
|
|
|
+ stId: st.stId,
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
// 其他
|
|
// 其他
|