|
@@ -12,7 +12,7 @@
|
|
|
<view class="body" v-if="item.mta_show">
|
|
|
<danxuan :question="item" showError v-if="item.type == '1'"></danxuan>
|
|
|
<panduan :question="item" showError v-if="item.type == '2'"></panduan>
|
|
|
- <tiankong :question="item" showError v-if="item.type == '3'"></tiankong>
|
|
|
+ <tiankong :question="item" showError v-if="item.type == '3'" :placeholders="item.placeholders"></tiankong>
|
|
|
<view class="answer-content-box">
|
|
|
<view class="answer-dtjx-row">
|
|
|
<view class="answer-title"></view>
|