Commit ff8638a1 by 陆志强

feat: 修复问题

parent 848fe650
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<span class="ques-radio__text">{{ item.title }}</span> <span class="ques-radio__text">{{ item.title }}</span>
<img v-if="item.img" v-lazy="item.img" class="ques-radio__img" alt @click.stop="previewImg(item.img)" /> <img v-if="item.img" v-lazy="item.img" class="ques-radio__img" alt @click.stop="previewImg(item.img)" />
</template> </template>
<template v-else> <template v-else #icon>
<span class="ques-radio__text">{{ item.title }}</span> <span class="ques-radio__text">{{ item.title }}</span>
<img v-if="item.img" v-lazy="item.img" class="ques-radio__img" alt @click.stop="previewImg(item.img)" /> <img v-if="item.img" v-lazy="item.img" class="ques-radio__img" alt @click.stop="previewImg(item.img)" />
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment