修复 预览任务时候的复习课试题展示

This commit is contained in:
小肥羊 2025-11-11 14:28:50 +08:00
parent a6c19d5d97
commit 3f113a9bc5
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export interface Question {
startTime: number;
topicStem: string;
question: string;
pPTImageUrl: string;
pptImageUrl: string;
}
export interface VideoKnowRes {

View File

@ -31,7 +31,7 @@
<div>{{ q.question }}</div>
<img
style="text-align: center"
:src="q.pPTImageUrl"
:src="q.pptImageUrl"
width="320"
height="180"
:alt="'试题' + qIndex"