|
@@ -233,8 +233,8 @@ export default function useMakeTrack() {
|
|
}
|
|
}
|
|
|
|
|
|
// 通过题目设置的第一个评卷区,随机生成一个轨迹
|
|
// 通过题目设置的第一个评卷区,随机生成一个轨迹
|
|
- const { picList, qeustionPicList } = question;
|
|
|
|
- const area = qeustionPicList ? qeustionPicList[0] : picList[0] || null;
|
|
|
|
|
|
+ const { picList, questionPicList } = question;
|
|
|
|
+ const area = questionPicList ? questionPicList[0] : picList[0] || null;
|
|
if (!area) return;
|
|
if (!area) return;
|
|
|
|
|
|
const imageSize = markStore.currentTaskSliceImages[area.i];
|
|
const imageSize = markStore.currentTaskSliceImages[area.i];
|