修复 预览任务时候的复习课试题展示
This commit is contained in:
parent
a6c19d5d97
commit
3f113a9bc5
|
|
@ -5,7 +5,7 @@ export interface Question {
|
||||||
startTime: number;
|
startTime: number;
|
||||||
topicStem: string;
|
topicStem: string;
|
||||||
question: string;
|
question: string;
|
||||||
pPTImageUrl: string;
|
pptImageUrl: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface VideoKnowRes {
|
export interface VideoKnowRes {
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
<div>{{ q.question }}</div>
|
<div>{{ q.question }}</div>
|
||||||
<img
|
<img
|
||||||
style="text-align: center"
|
style="text-align: center"
|
||||||
:src="q.pPTImageUrl"
|
:src="q.pptImageUrl"
|
||||||
width="320"
|
width="320"
|
||||||
height="180"
|
height="180"
|
||||||
:alt="'试题' + qIndex"
|
:alt="'试题' + qIndex"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue