修复 预览任务时候的复习课试题展示
This commit is contained in:
parent
a6c19d5d97
commit
3f113a9bc5
|
|
@ -5,7 +5,7 @@ export interface Question {
|
|||
startTime: number;
|
||||
topicStem: string;
|
||||
question: string;
|
||||
pPTImageUrl: string;
|
||||
pptImageUrl: string;
|
||||
}
|
||||
|
||||
export interface VideoKnowRes {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue