|
|
@@ -13,7 +13,8 @@
|
|
|
<img class="cq_image" v-if="work.testJson[showIndex] && work.testJson[showIndex].timuList && work.testJson[showIndex].timuList.length>0" :src="work.testJson[showIndex].timuList[0].src" @click="$hevueImgPreview(work.testJson[showIndex].timuList[0].src)">
|
|
|
|
|
|
<div class="cq_type" v-if="work.testJson[showIndex]">
|
|
|
- {{ work.testJson[showIndex].type == '1' ? lang.SingleChoice : lang.MultipleChoice }}
|
|
|
+ {{lang.ssChoice}}
|
|
|
+ <!-- {{ work.testJson[showIndex].type == '1' ? lang.SingleChoice : lang.MultipleChoice }} -->
|
|
|
<!-- <span v-if="work.testJson.length>1">({{showIndex+1}}/{{work.testJson.length}})</span> -->
|
|
|
|
|
|
</div>
|