@@ -113,7 +113,7 @@
>{{ `${item.value}` }}</van-radio>
</van-radio-group>
<!-- 输入框 -->
- <div v-if="popList[questionsIndex]&&popList[questionsIndex].questionType=='填空题'">
+ <div v-if="popList[questionsIndex] && popList[questionsIndex].questionType=='填空题' && popList[questionsIndex]?.options?.length > 0">
<van-field
v-for="(item, index) in popList[questionsIndex].options"
:key="'tian'+index"