|
@@ -424,6 +424,7 @@ export default {
|
|
|
imgCss: this.getDetailCutImageCss(point, point.page),
|
|
|
point: point,
|
|
|
page: item.page,
|
|
|
+ imgType: item.imgtype
|
|
|
};
|
|
|
}),
|
|
|
};
|
|
@@ -442,6 +443,7 @@ export default {
|
|
|
imgCss: this.getDetailCutImageCss(point, point.page),
|
|
|
point: point,
|
|
|
page: item.page,
|
|
|
+ imgType: item.imgtype
|
|
|
};
|
|
|
}),
|
|
|
};
|
|
@@ -555,7 +557,7 @@ export default {
|
|
|
id: i.id,
|
|
|
page: i2.page,
|
|
|
qno: i.order + "",
|
|
|
- sqno: i2.subNum,
|
|
|
+ sqno: i2.sqno,
|
|
|
imgtype: i2.imgType,
|
|
|
points: [i2.point],
|
|
|
imgs: [],
|