|
@@ -3,7 +3,7 @@
|
|
|
<div class="qaa_title">{{ work.answerQ }}从撒擦撒</div>
|
|
<div class="qaa_title">{{ work.answerQ }}从撒擦撒</div>
|
|
|
<div class="qaa_img" v-if="work.imageList && work.imageList.length > 0">
|
|
<div class="qaa_img" v-if="work.imageList && work.imageList.length > 0">
|
|
|
<div v-for="(item, index) in work.imageList" :key="index">
|
|
<div v-for="(item, index) in work.imageList" :key="index">
|
|
|
- <img :src="item.url" alt="" @click="previewImage(item.url)">
|
|
|
|
|
|
|
+ <img :src="item.url" alt="" @click="$hevueImgPreview(item.url)">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="qaa_type">{{ lang.ssQAQuestion }}</div>
|
|
<div class="qaa_type">{{ lang.ssQAQuestion }}</div>
|