|
@@ -17,7 +17,7 @@
|
|
|
<template v-if="curQue.ChildType!='image_gdcy'">
|
|
|
<p v-if="items.hanzi">{{items.hanzi}}</p>
|
|
|
</template>
|
|
|
- <template v-if="curQue.ChildType=='image_input'||curQue.ChildType=='image_input_three'">
|
|
|
+ <template v-if="curQue.ChildType=='image_input'||curQue.ChildType=='image_input_three'||curQue.ChildType=='image_wordInput'">
|
|
|
<input class="singleInput" v-model="userAnswer.input" placeholder="输入" @blur="handleInput('input')">
|
|
|
</template>
|
|
|
<!-- <input class="singleInput" placeholder="输入" @blur="handleInput(index,indexs)" v-if="fn_list_obj[index]&&fn_list_obj[index].indexOf('input')>-1"> -->
|