修改通用答题组件3

This commit is contained in:
田岩
2025-08-21 13:34:57 +08:00
parent b83fb241c4
commit 5ca5a8115c
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -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: {