修改通用答题组件3
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
<view class="analysis_div" v-if="!clearResult && ['study', 'mistake'].includes(props.mode)">
|
||||
<view class="analysis_title">
|
||||
<view class="success_answer">正确答案:{{ correctResultLabel.join('') }}</view>
|
||||
|
||||
<view class="your_answer">
|
||||
你的答案:
|
||||
<text class="red_color">{{ myResultLabel.join('') }}</text>
|
||||
@@ -78,7 +77,7 @@
|
||||
backgroundColor: '#0066FF',
|
||||
border: '1rpx solid rgb(12, 123, 245)'
|
||||
};
|
||||
|
||||
|
||||
const emit = defineEmits(['subject_click']);
|
||||
const props = defineProps({
|
||||
modelValue: {
|
||||
|
||||
@@ -296,8 +296,8 @@
|
||||
// 交卷按钮点击,打开交卷确认框
|
||||
const hand_in_paper_button_click = () => {
|
||||
console.log('点击交卷', paperData);
|
||||
console.log('点击交卷topicList', topicList);
|
||||
return;
|
||||
// console.log('点击交卷topicList', topicList);
|
||||
// return;
|
||||
// 判断是否完成所有题目
|
||||
const completeList = topicList
|
||||
.filter((res) => !!(Array.isArray(res.my_answer) ? res.my_answer.length : res.my_answer))
|
||||
|
||||
Reference in New Issue
Block a user